Skip to content

Commit 2bd9cd4

Browse files
committed
Merge branch 'main' into issues/673
# Conflicts: # CHANGELOG.md
2 parents f7f1e95 + 4cff1ba commit 2bd9cd4

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.yamllint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ rules:
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

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ All notable changes to this project will be documented in this file.
88

99
- Support for fault-tolerant execution ([#779], [#793]).
1010
- Support for the client spooling protocol ([#793]).
11+
- Helm: Allow Pod `priorityClassName` to be configured ([#798]).
1112

1213
[#779]: https://github.com/stackabletech/trino-operator/pull/779
1314
[#793]: https://github.com/stackabletech/trino-operator/pull/793
15+
[#798]: https://github.com/stackabletech/trino-operator/pull/798
1416

1517
## [25.7.0] - 2025-07-23
1618

deploy/helm/trino-operator/templates/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,6 @@ spec:
9595
tolerations:
9696
{{- toYaml . | nindent 8 }}
9797
{{- end }}
98+
{{- with .Values.priorityClassName }}
99+
priorityClassName: {{ . }}
100+
{{- end }}

0 commit comments

Comments
 (0)