File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
deploy/helm/commons-operator/templates Expand file tree Collapse file tree 3 files changed +9
-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 @@ -4,13 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ### Added
8
+
9
+ - Helm: Allow Pod ` priorityClassName ` to be configured ([ #376 ] ).
10
+
7
11
### Changed
8
12
9
13
- Reduce severity of Pod eviction errors. Previously, the operator would produce lot's of
10
14
` Cannot evict pod as it would violate the pod's disruption budget ` errors. With this fix, the
11
15
error is reduced to an info instead ([ #372 ] ).
12
16
13
17
[ #372 ] : https://github.com/stackabletech/commons-operator/pull/372
18
+ [ #376 ] : https://github.com/stackabletech/commons-operator/pull/376
14
19
15
20
## [ 25.7.0] - 2025-07-23
16
21
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