Skip to content
Snippets Groups Projects
Commit 27c61c24 authored by Marc Burnie [AWS]'s avatar Marc Burnie [AWS]
Browse files

correcting hpa resource

parent 4f917414
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,7 @@ ...@@ -3,9 +3,7 @@
HPA HPA
REQUIRED VALUES: [autoscaling, namespace] REQUIRED VALUES: [autoscaling, namespace]
*/ -}} */ -}}
{{- define "service.hpa" -}}
{{- if .Values.autoscaling.enabled }}
{{- template "common.hpa" (list . "service.hpa") -}} {{- template "common.hpa" (list . "service.hpa") -}}
{{- define "service.hpa" -}}
## Define overrides for the service HPA resource here ## Define overrides for the service HPA resource here
{{- end }}
{{- end -}} {{- end -}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment