diff --git a/devops/aws/chart/templates/hpa.yaml b/devops/aws/chart/templates/hpa.yaml index 4888811367c3d0be00da77bf078bd5730be844bb..ffbccc034e14460bed2909ade0bfd46c15a0922f 100644 --- a/devops/aws/chart/templates/hpa.yaml +++ b/devops/aws/chart/templates/hpa.yaml @@ -3,9 +3,7 @@ HPA REQUIRED VALUES: [autoscaling, namespace] */ -}} -{{- define "service.hpa" -}} -{{- if .Values.autoscaling.enabled }} {{- template "common.hpa" (list . "service.hpa") -}} +{{- define "service.hpa" -}} ## Define overrides for the service HPA resource here -{{- end }} {{- end -}}