fix: volumeMounts indention for argocd-server (#239)
* Fix volumeMounts indention for argocd-server * chore: bump chart version
This commit is contained in:
parent
1f625ddd8e
commit
fdb6093011
2 changed files with 2 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ spec:
|
|||
{{- end }}
|
||||
volumeMounts:
|
||||
{{- if .Values.server.volumeMounts }}
|
||||
{{- toYaml .Values.server.volumeMounts | nindent 10}}
|
||||
{{- toYaml .Values.server.volumeMounts | nindent 8}}
|
||||
{{- end }}
|
||||
{{- if .Values.configs.knownHosts }}
|
||||
- mountPath: /app/config/ssh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue