charts icon indicating copy to clipboard operation
charts copied to clipboard

Bugfix priorityClassName

Open maksagit opened this issue 1 year ago • 1 comments
trafficstars

Bugfix priorityClassName

maksagit avatar Aug 02 '24 14:08 maksagit

@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

jkrusy avatar Aug 09 '24 08:08 jkrusy

Closing this one off in favour of the other.

DandyDeveloper avatar Aug 26 '24 12:08 DandyDeveloper