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
|
|
@ -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: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue