chart: Format the YAML files
Signed-off-by: Shuo Wu <shuo.wu@suse.com>
This commit is contained in:
parent
5d6319aba0
commit
a22706cf1e
@ -91,7 +91,6 @@ spec:
|
||||
{{- if .Values.longhornManager.priorityClass }}
|
||||
priorityClassName: {{ .Values.longhornManager.priorityClass | quote}}
|
||||
{{- end }}
|
||||
serviceAccountName: longhorn-service-account
|
||||
{{- if .Values.longhornManager.tolerations }}
|
||||
tolerations:
|
||||
{{ toYaml .Values.longhornManager.tolerations | indent 6 }}
|
||||
@ -100,6 +99,7 @@ spec:
|
||||
nodeSelector:
|
||||
{{ toYaml .Values.longhornManager.nodeSelector | indent 8 }}
|
||||
{{- end }}
|
||||
serviceAccountName: longhorn-service-account
|
||||
updateStrategy:
|
||||
rollingUpdate:
|
||||
maxUnavailable: "100%"
|
||||
|
Loading…
Reference in New Issue
Block a user