mirror of https://git.rancher.io/charts
10 lines
299 B
Diff
10 lines
299 B
Diff
--- charts-original/templates/hpa.yaml
|
|
+++ charts/templates/hpa.yaml
|
|
@@ -1,5 +1,5 @@
|
|
{{- if .Values.autoscaling.enabled }}
|
|
-apiVersion: autoscaling/v2beta1
|
|
+apiVersion: {{ template "grafana.hpa.apiVersion" . }}
|
|
kind: HorizontalPodAutoscaler
|
|
metadata:
|
|
name: {{ template "grafana.fullname" . }}
|