fix: port template string and updateStrategy indentation (#643)
This commit is contained in:
committed by
GitHub
parent
33cbfb0904
commit
a697b0f273
@@ -84,7 +84,7 @@ spec:
|
||||
serviceName: {{ include "opengist.fullname" . }}-http
|
||||
podManagementPolicy: {{ .Values.statefulSet.podManagementPolicy }}
|
||||
updateStrategy:
|
||||
{{- toYaml .Values.statefulSet.updateStrategy | nindent 2 }}
|
||||
{{- toYaml .Values.statefulSet.updateStrategy | nindent 4 }}
|
||||
selector:
|
||||
matchLabels:
|
||||
{{- include "opengist.selectorLabels" . | nindent 6 }}
|
||||
|
||||
Reference in New Issue
Block a user