fix(argo-cd): Remove ArgoCD repo server entrypoint script from command block and drop --staticassets field (#886)
This commit is contained in:
parent
11ec82596b
commit
9b6802b3c9
5 changed files with 10 additions and 14 deletions
|
|
@ -40,8 +40,7 @@ spec:
|
|||
- name: {{ .Values.repoServer.name }}
|
||||
image: {{ default .Values.global.image.repository .Values.repoServer.image.repository }}:{{ default .Values.global.image.tag .Values.repoServer.image.tag }}
|
||||
imagePullPolicy: {{ default .Values.global.image.imagePullPolicy .Values.repoServer.image.imagePullPolicy }}
|
||||
command:
|
||||
- uid_entrypoint.sh
|
||||
args:
|
||||
- argocd-repo-server
|
||||
{{- if or (and .Values.redis.enabled (not $redisHa.enabled)) (and $redisHa.enabled $redisHa.haproxy.enabled) }}
|
||||
- --redis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue