mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 12:09:29 +00:00
Fix ArgoCD: Q&D Helm plugin install
This commit is contained in:
parent
cc0bdca664
commit
a91702a3a2
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue