Skip to content

Commit

Permalink
Merge pull request #4321 from bwhaley/bwhaley-patch-1
Browse files Browse the repository at this point in the history
[HELM] Fix missing yaml conversion for expander priorities
  • Loading branch information
k8s-ci-robot authored Dec 14, 2021
2 parents 9e099cb + a2f9bdb commit 56f37ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ name: cluster-autoscaler
sources:
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
type: application
version: 9.10.8
version: 9.10.9
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ metadata:
{{- end }}
data:
priorities: |-
{{- if kindIs "string" .Values.expanderPriorities }}
{{ .Values.expanderPriorities | indent 4 }}
{{- else }}
{{ toYaml .Values.expanderPriorities | indent 4 }}
{{- end -}}
{{- end -}}
{{- end -}}

0 comments on commit 56f37ff

Please sign in to comment.