diff --git a/projects/argocd/values/argocd.yaml b/projects/argocd/values/argocd.yaml index b05128b5..8f120bcd 100644 --- a/projects/argocd/values/argocd.yaml +++ b/projects/argocd/values/argocd.yaml @@ -184,7 +184,8 @@ repoServer: extraContainers: - name: cmp-heqet - command: [/var/run/argocd/argocd-cmp-server] + command: ["/bin/sh","-c"] + args: [ 'helm plugin install https://github.com/lib42/helm-heqet ; sed -i "s/bin\/bash\$/bin\/sh/" /helm-working-dir/.local/share/helm/plugins/helm-heqet/heqet.sh ; /var/run/argocd/argocd-cmp-server' ] image: lib42/heqet-cli:latest imagePullPolicy: Always env: