diff --git a/apm-server/templates/hpa.yaml b/apm-server/templates/hpa.yaml index 49b5bb6eb..928f25789 100644 --- a/apm-server/templates/hpa.yaml +++ b/apm-server/templates/hpa.yaml @@ -1,5 +1,5 @@ {{- if .Values.autoscaling.enabled }} -apiVersion: {{ template "apm.ingress.apiVersion" . }} +apiVersion: {{ template "apm.autoscaling.apiVersion" . }} kind: HorizontalPodAutoscaler metadata: name: {{ template "apm.fullname" . }}