fix(argocd): Make dex init container not overwrite argocd-util (#468)

* Make dex init container not overwrite argocd-util
* Bump chart version
This commit is contained in:
Tom S 2020-10-08 23:30:53 +01:00 committed by GitHub
parent 6cf32933ff
commit dd6a16bb15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -54,6 +54,7 @@ spec:
{{- end }}
command:
- cp
- -n
- /usr/local/bin/argocd-util
- /shared
volumeMounts: