fix: volumes indention for argocd-server (#260)
* Fix volumeMounts indention for argocd-server VolumeMounts have to be indented with 8 spaces. * chore: bump chart version * Fix volumes indention for argo-server * Bump version
This commit is contained in:
parent
0466f8194a
commit
8caf81a4ef
2 changed files with 2 additions and 2 deletions
|
|
@ -136,7 +136,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…
Add table
Add a link
Reference in a new issue