File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
deploy/helm/opa-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 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 @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
88
99- Add a dedicated per-rolegroup ` -metrics ` Service, which can be used to get Prometheus metrics ([ #748 ] ).
1010- Expose more Prometheus metrics, such as successful or failed bundle loads and information about the OPA environment ([ #748 ] ).
11+ - Helm: Allow Pod ` priorityClassName ` to be configured ([ #762 ] ).
1112
1213### Changed
1314
@@ -23,6 +24,7 @@ All notable changes to this project will be documented in this file.
2324[ #748 ] : https://github.com/stackabletech/opa-operator/pull/748
2425[ #752 ] : https://github.com/stackabletech/opa-operator/pull/752
2526[ #754 ] : https://github.com/stackabletech/opa-operator/pull/754
27+ [ #762 ] : https://github.com/stackabletech/opa-operator/pull/762
2628
2729## [ 25.7.0] - 2025-07-23
2830
Original file line number Diff line number Diff line change 9797 tolerations :
9898 {{- toYaml . | nindent 8 }}
9999 {{- end }}
100+ {{- with .Values.priorityClassName }}
101+ priorityClassName : {{ . }}
102+ {{- end }}
You can’t perform that action at this time.
0 commit comments