We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042eb13 commit de076c0Copy full SHA for de076c0
.yamllint.yaml
@@ -12,3 +12,4 @@ rules:
12
min-spaces-from-content: 1 # Needed due to https://github.com/adrienverge/yamllint/issues/443
13
indentation:
14
indent-sequences: consistent
15
+ comments-indentation: disable # This is generally useless and interferes with commented example values
deploy/helm/commons-operator/templates/deployment.yaml
@@ -95,3 +95,6 @@ spec:
95
tolerations:
96
{{- toYaml . | nindent 8 }}
97
{{- end }}
98
+ {{- with .Values.priorityClassName }}
99
+ priorityClassName: {{ . }}
100
+ {{- end }}
0 commit comments