File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
deploy/helm/airflow-operator/templates Expand file tree Collapse file tree 3 files changed +6
-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 7
7
- Add a flag to determine if database initialization steps should be executed ([ #669 ] ).
8
8
- Add new roles for dag-processor and triggerer processes ([ #679 ] ).
9
9
- Added a note on webserver workers to the trouble-shooting section ([ #685 ] ).
10
+ - Helm: Allow Pod ` priorityClassName ` to be configured ([ #687 ] ).
10
11
11
12
### Fixed
12
13
24
25
[ #679 ] : https://github.com/stackabletech/airflow-operator/pull/679
25
26
[ #683 ] : https://github.com/stackabletech/airflow-operator/pull/683
26
27
[ #685 ] : https://github.com/stackabletech/airflow-operator/pull/685
28
+ [ #687 ] : https://github.com/stackabletech/airflow-operator/pull/687
27
29
28
30
## [ 25.7.0] - 2025-07-23
29
31
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