priorityClassName should be in " " (#7512)
* priorityClassName should be in " " Example: https://github.com/helm/charts/blob/master/stable/k8s-spot-rescheduler/templates/deployment.yaml#L28 * Update charts/ingress-nginx/templates/controller-deployment.yaml Co-authored-by: Alex Harder <13860012+ChiefAlexander@users.noreply.github.com> Co-authored-by: Ricardo Katz <rikatz@users.noreply.github.com> Co-authored-by: Alex Harder <13860012+ChiefAlexander@users.noreply.github.com>
This commit is contained in:
parent
880ea6dba8
commit
5b94d83aeb
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ spec:
|
|||
imagePullSecrets: {{ toYaml .Values.imagePullSecrets | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.priorityClassName }}
|
||||
priorityClassName: {{ .Values.controller.priorityClassName }}
|
||||
priorityClassName: {{ .Values.controller.priorityClassName | quote }}
|
||||
{{- end }}
|
||||
{{- if or .Values.controller.podSecurityContext .Values.controller.sysctls }}
|
||||
securityContext:
|
||||
|
|
Loading…
Reference in a new issue