File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
deploy/helm/superset-operator/templates Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1212 min-spaces-from-content : 1 # Needed due to https://github.com/adrienverge/yamllint/issues/443
1313 indentation :
1414 indent-sequences : consistent
15+ comments-indentation : disable # This is generally useless and interferes with commented example values
Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ### Added
6+
7+ - Helm: Allow Pod ` priorityClassName ` to be configured ([ #664 ] ).
8+
9+ [ #664 ] : https://github.com/stackabletech/superset-operator/pull/664
10+
511### Fixed
612
713- Fix container not starting because Superset was starting too slow and was killed because a failing liveness probe.
Original file line number Diff line number Diff line change 9595 tolerations :
9696 {{- toYaml . | nindent 8 }}
9797 {{- end }}
98+ {{- with .Values.priorityClassName }}
99+ priorityClassName : {{ . }}
100+ {{- end }}
You can’t perform that action at this time.
0 commit comments