rancher-charts/packages/rancher-monitoring/rancher-grafana/generated-changes/patch/templates/hpa.yaml.patch

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" . }}