Fix volumes indention for argo-server
This commit is contained in:
parent
f1b19166e2
commit
0e5a031dd2
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ spec:
|
|||
serviceAccountName: {{ template "argo-cd.serverServiceAccountName" . }}
|
||||
volumes:
|
||||
{{- if .Values.server.volumes }}
|
||||
{{- toYaml .Values.server.volumes | nindent 8}}
|
||||
{{- toYaml .Values.server.volumes | nindent 6}}
|
||||
{{- end }}
|
||||
- emptyDir: {}
|
||||
name: static-files
|
||||
|
|
Loading…
Reference in a new issue