File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
deploy/helm/hbase-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 12
12
min-spaces-from-content : 1 # Needed due to https://github.com/adrienverge/yamllint/issues/443
13
13
indentation :
14
14
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 2
2
3
3
## [ Unreleased]
4
4
5
+ ### Added
6
+
7
+ - Helm: Allow Pod ` priorityClassName ` to be configured ([ #691 ] ).
8
+
9
+ [ #691 ] : https://github.com/stackabletech/hbase-operator/pull/691
10
+
5
11
## [ 25.7.0] - 2025-07-23
6
12
7
13
## [ 25.7.0-rc1] - 2025-07-18
Original file line number Diff line number Diff line change 95
95
tolerations :
96
96
{{- toYaml . | nindent 8 }}
97
97
{{- end }}
98
+ {{- with .Values.priorityClassName }}
99
+ priorityClassName : {{ . }}
100
+ {{- end }}
You can’t perform that action at this time.
0 commit comments