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 636ccbc commit 17c5cdaCopy full SHA for 17c5cda
.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/kafka-operator/templates/deployment.yaml
@@ -97,3 +97,6 @@ spec:
97
tolerations:
98
{{- toYaml . | nindent 8 }}
99
{{- end }}
100
+ {{- with .Values.priorityClassName }}
101
+ priorityClassName: {{ . }}
102
+ {{- end }}
0 commit comments