feat(argo-cd): add dex server extra args (#1146)

Signed-off-by: krrrr38 <k.kaizu38@gmail.com>
This commit is contained in:
Ken Kaizu 2022-02-23 20:02:22 +09:00 committed by GitHub
parent 3be6c52a64
commit 4538e57aae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View file

@ -363,6 +363,9 @@ dex:
# -- Dex name
name: dex-server
# -- Additional command line arguments to pass to the Dex server
extraArgs: []
metrics:
# -- Deploy metrics service
enabled: false