Skip to content

Commit

Permalink
fix: typo in the name of the feature
Browse files Browse the repository at this point in the history
  • Loading branch information
punit-kulal committed May 8, 2024
1 parent 1459557 commit 4c601e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stable/app/templates/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 4c601e1

Please sign in to comment.