fix: get rid of /helm-working-dir in cmp
This commit is contained in:
@@ -239,8 +239,6 @@ spec:
|
|||||||
name: plugins
|
name: plugins
|
||||||
- mountPath: /tmp
|
- mountPath: /tmp
|
||||||
name: cmp-tmp
|
name: cmp-tmp
|
||||||
- mountPath: /helm-working-dir
|
|
||||||
name: helm-working-dir
|
|
||||||
{{- with .Values.argocd.repoServer.cmp.initContainers }}
|
{{- with .Values.argocd.repoServer.cmp.initContainers }}
|
||||||
initContainers:
|
initContainers:
|
||||||
{{- toYaml . | nindent 10}}
|
{{- toYaml . | nindent 10}}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export HOME=/helm-working-dir
|
export HOME=/plugin
|
||||||
|
|
||||||
env > /tmp/$ARGOCD_APP_NAME.env
|
env > /tmp/$ARGOCD_APP_NAME.env
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export HOME=/helm-working-dir
|
export HOME=/plugin
|
||||||
|
|
||||||
helm repo add --username argocd-helm --password "$OCEANBOX_HELM_ACCESS_TOKEN" oceanbox \
|
helm repo add --username argocd-helm --password "$OCEANBOX_HELM_ACCESS_TOKEN" oceanbox \
|
||||||
https://gitlab.com/api/v4/projects/54396343/packages/helm/stable
|
https://gitlab.com/api/v4/projects/54396343/packages/helm/stable
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export HOME=/helm-working-dir
|
export HOME=/plugin
|
||||||
|
|
||||||
helm repo update oceanbox
|
helm repo update oceanbox
|
||||||
|
|
||||||
|
|||||||
@@ -77,9 +77,6 @@ argocd:
|
|||||||
key: token
|
key: token
|
||||||
name: oceanbox-helm
|
name: oceanbox-helm
|
||||||
optional: false
|
optional: false
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /helm-working-dir
|
|
||||||
name: helm-working-dir
|
|
||||||
linkerd:
|
linkerd:
|
||||||
enabled: false
|
enabled: false
|
||||||
prometheus:
|
prometheus:
|
||||||
|
|||||||
Reference in New Issue
Block a user