File tree Expand file tree Collapse file tree
deploy/helm/opensearch-operator/templates Expand file tree Collapse file tree 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 @@ -20,8 +20,10 @@ All notable changes to this project will be documented in this file.
2020- Make the environment variables ` OPENSEARCH_HOME ` and ` OPENSEARCH_PATH_CONF ` overridable, so that
2121 images can be used which have a different directory structure than the Stackable image ([ #18 ] ).
2222- Add Prometheus labels and annotations to role-group services ([ #26 ] ).
23+ - Helm: Allow Pod ` priorityClassName ` to be configured ([ #34 ] ).
2324
2425[ #10 ] : https://github.com/stackabletech/opensearch-operator/pull/10
2526[ #17 ] : https://github.com/stackabletech/opensearch-operator/pull/17
2627[ #18 ] : https://github.com/stackabletech/opensearch-operator/pull/18
2728[ #26 ] : https://github.com/stackabletech/opensearch-operator/pull/26
29+ [ #34 ] : https://github.com/stackabletech/opensearch-operator/pull/34
Original file line number Diff line number Diff line change 9595 tolerations :
9696 {{- toYaml . | nindent 8 }}
9797 {{- end }}
98+ {{- with .Values.priorityClassName }}
99+ priorityClassName : {{ . }}
100+ {{- end }}
You can’t perform that action at this time.
0 commit comments