We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a097de commit 02555d6Copy full SHA for 02555d6
deploy/helm/charts/templates/deployment.yaml
@@ -33,8 +33,8 @@ spec:
33
{{- toYaml . | nindent 8 }}
34
{{- end }}
35
spec:
36
- {{- with .Values.localpv.priorityClassName }}
37
- priorityClassName: {{ . }}
+ {{- if .Values.localpv.priorityClassName }}
+ priorityClassName: {{ tpl .Values.localpv.priorityClassName . }}
38
39
{{- with .Values.imagePullSecrets }}
40
imagePullSecrets:
0 commit comments