mirror of
https://github.com/nold360/hive-apps
synced 2024-11-20 12:39:27 +00:00
Fix(argocd): Heqet
This commit is contained in:
parent
73f26ae248
commit
6110b14314
1 changed files with 9 additions and 0 deletions
|
@ -186,6 +186,13 @@ repoServer:
|
||||||
- name: cmp-heqet
|
- name: cmp-heqet
|
||||||
command: [/var/run/argocd/argocd-cmp-server]
|
command: [/var/run/argocd/argocd-cmp-server]
|
||||||
image: lib42/heqet-cli:latest
|
image: lib42/heqet-cli:latest
|
||||||
|
env:
|
||||||
|
- name: HELM_CACHE_HOME
|
||||||
|
value: /helm-working-dir
|
||||||
|
- name: HELM_CONFIG_HOME
|
||||||
|
value: /helm-working-dir
|
||||||
|
- name: HELM_DATA_HOME
|
||||||
|
value: /helm-working-dir
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
runAsUser: 999
|
runAsUser: 999
|
||||||
|
@ -196,6 +203,8 @@ repoServer:
|
||||||
name: plugins
|
name: plugins
|
||||||
- mountPath: /tmp
|
- mountPath: /tmp
|
||||||
name: tmp-dir
|
name: tmp-dir
|
||||||
|
- mountPath: /helm-working-dir
|
||||||
|
name: helm-working-dir
|
||||||
|
|
||||||
## Repo server rbac rules
|
## Repo server rbac rules
|
||||||
# rbac:
|
# rbac:
|
||||||
|
|
Loading…
Reference in a new issue