From ea329f016cee3dba2924114e8886569c088cdf74 Mon Sep 17 00:00:00 2001 From: Thomas Sands Date: Tue, 6 Oct 2020 13:50:51 +0100 Subject: [PATCH] Make dex init container not overwrite argocd-util --- charts/argo-cd/templates/dex/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/argo-cd/templates/dex/deployment.yaml b/charts/argo-cd/templates/dex/deployment.yaml index 03f033c0..29802398 100755 --- a/charts/argo-cd/templates/dex/deployment.yaml +++ b/charts/argo-cd/templates/dex/deployment.yaml @@ -54,6 +54,7 @@ spec: {{- end }} command: - cp + - -n - /usr/local/bin/argocd-util - /shared volumeMounts: