fix(argo-cd): re-enable not yet deprecated staticassets flag (#849)

Signed-off-by: Lucas Bickel <lucas.bickel@adfinis.com>
This commit is contained in:
Lucas Bickel 2021-07-28 17:42:12 +02:00 committed by GitHub
parent 5ed8dccc99
commit f20e070de1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View file

@ -433,7 +433,7 @@ server:
# This flag is used to either remove or pass the CLI flag --staticassets /shared/app to the argocd-server app
staticAssets:
enabled: false
enabled: true
## Environment variables to pass to argocd-server
##