From b7b61e704aae34d3c343015977489c9ff4afe278 Mon Sep 17 00:00:00 2001 From: Punit Kulal Date: Wed, 8 May 2024 14:10:32 +0530 Subject: [PATCH] fix: typo in the name of the feature (#112) --- 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 }}