fix(argo-cd): Remove ArgoCD repo server entrypoint script from command block and drop --staticassets field (#886)

This commit is contained in:
Aditya Menon 2021-08-23 14:13:41 +02:00 committed by GitHub
parent 11ec82596b
commit 9b6802b3c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 14 deletions

View file

@ -8,7 +8,7 @@ kubeVersionOverride: ""
global:
image:
repository: quay.io/argoproj/argocd
tag: v2.0.5
tag: v2.1.0
imagePullPolicy: IfNotPresent
securityContext: {}
# runAsUser: 999
@ -435,10 +435,6 @@ server:
extraArgs: []
# - --insecure
# This flag is used to either remove or pass the CLI flag --staticassets /shared/app to the argocd-server app
staticAssets:
enabled: true
## Environment variables to pass to argocd-server
##
env: []