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
|
|
@ -42,10 +42,6 @@ spec:
|
|||
imagePullPolicy: {{ default .Values.global.image.imagePullPolicy .Values.server.image.imagePullPolicy }}
|
||||
command:
|
||||
- argocd-server
|
||||
{{ if .Values.server.staticAssets.enabled }}
|
||||
- --staticassets
|
||||
- /shared/app
|
||||
{{ end }}
|
||||
- --repo-server
|
||||
- {{ template "argo-cd.repoServer.fullname" . }}:{{ .Values.repoServer.service.port }}
|
||||
{{- if .Values.dex.enabled }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue