Fix ArgoCD: Q&D Helm plugin install

This commit is contained in:
Gerrit Pannek 2022-02-03 22:50:10 +01:00
parent cc0bdca664
commit a91702a3a2

View file

@ -184,7 +184,8 @@ repoServer:
extraContainers: extraContainers:
- name: cmp-heqet - 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 image: lib42/heqet-cli:latest
imagePullPolicy: Always imagePullPolicy: Always
env: env: