From 4c601e1e492c11b2f6eaf2e859df38248224fafa Mon Sep 17 00:00:00 2001 From: Punit Kulal Date: Wed, 8 May 2024 14:00:38 +0530 Subject: [PATCH] fix: typo in the name of the feature --- stable/app/templates/hpa.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/app/templates/hpa.yaml b/stable/app/templates/hpa.yaml index 5e696899..187d0f93 100644 --- a/stable/app/templates/hpa.yaml +++ b/stable/app/templates/hpa.yaml @@ -34,7 +34,7 @@ spec: type: Utilization averageUtilization: {{ .Values.autoscaling.targetCPU }} {{- end }} - {{- if .Values.autoscaling.behaviour }} - behaviour: {{ .Values.autoscaling.behaviour | toYaml | nindent 4 }} + {{- if .Values.autoscaling.behavior }} + behavior: {{ .Values.autoscaling.behavior | toYaml | nindent 4 }} {{- end}} {{- end }}