mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 03:59:31 +00:00
Fix(argocd): heqet init
This commit is contained in:
parent
931875a4ef
commit
a72373f6d4
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ repoServer:
|
|||
extraContainers:
|
||||
- name: cmp-heqet
|
||||
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' ]
|
||||
args: [ 'HELM_CACHE_HOME=/tmp helm plugin install https://github.com/lib42/helm-heqet ; sed -i "s/bin\/bash\$/bin\/sh/" /helm-working-dir/plugins/helm-heqet/heqet.sh ; /var/run/argocd/argocd-cmp-server' ]
|
||||
image: lib42/heqet-cli:latest
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue