Skip to content

Commit

Permalink
Clean up commit history
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhaley committed Dec 14, 2021
1 parent 9e099cb commit 5f80dd6
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 5f80dd6

Please sign in to comment.