charts
charts copied to clipboard
Bugfix priorityClassName
trafficstars
Bugfix priorityClassName
@maksagit just stumbled over the same bug. But your solution won't work. You are missing an end
And
{{- with .Values.priorityClassName | default .Values.global.priorityClassName }}
priorityClassName: {{ . }}
{{- end }}
should do the same and keeping the default
Closing this one off in favour of the other.