#685 Do not strip leading whitespace from priorityClassName in helm template (#686)

This commit is contained in:
Andre 2021-12-22 02:16:11 -05:00 committed by GitHub
parent 7fb4add0b2
commit 2724ec2f70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ spec:
plugins: {{ toYaml . | nindent 4 }}
{{- end }}
{{- if .Values.jenkins.priorityClassName }}
priorityClassName: {{- .Values.jenkins.priorityClassName }}
priorityClassName: {{ .Values.jenkins.priorityClassName }}
{{- end }}
disableCSRFProtection: {{ .Values.jenkins.disableCSRFProtection }}
containers: