fix(argo-cd): Deprecate the static assets flag passed to argocd-server (#846)

Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Aditya Menon 2021-07-27 13:07:07 +02:00 committed by GitHub
parent 2358b152f9
commit 3374813feb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 2 deletions

View file

@ -431,6 +431,10 @@ 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: false
## Environment variables to pass to argocd-server
##
env: []