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 }}
|
{{- if .Values.longhornManager.priorityClass }}
|
||||||
priorityClassName: {{ .Values.longhornManager.priorityClass | quote}}
|
priorityClassName: {{ .Values.longhornManager.priorityClass | quote}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
serviceAccountName: longhorn-service-account
|
|
||||||
{{- if .Values.longhornManager.tolerations }}
|
{{- if .Values.longhornManager.tolerations }}
|
||||||
tolerations:
|
tolerations:
|
||||||
{{ toYaml .Values.longhornManager.tolerations | indent 6 }}
|
{{ toYaml .Values.longhornManager.tolerations | indent 6 }}
|
||||||
@ -100,6 +99,7 @@ spec:
|
|||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{ toYaml .Values.longhornManager.nodeSelector | indent 8 }}
|
{{ toYaml .Values.longhornManager.nodeSelector | indent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
serviceAccountName: longhorn-service-account
|
||||||
updateStrategy:
|
updateStrategy:
|
||||||
rollingUpdate:
|
rollingUpdate:
|
||||||
maxUnavailable: "100%"
|
maxUnavailable: "100%"
|
||||||
|
Loading…
Reference in New Issue
Block a user