fix: Updates values.yaml to have proper map syntax for extraArgs (#197)

Fixes #195
This commit is contained in:
Sean Johnson 2019-12-25 20:24:11 +11:00 committed by GitHub
parent 4e16b77656
commit 0eb28119e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View file

@ -36,7 +36,7 @@ controller:
## Additional command line arguments to pass to argocd-controller
## key: value
extraArgs: []
extraArgs: {}
## Environment variables to pass to argocd-controller
##
@ -255,9 +255,8 @@ server:
## Additional command line arguments to pass to argocd-server
## key: value
# extraArgs: []
extraArgs: {}
# insecure: true
extraArgs: []
## Environment variables to pass to argocd-server
##
@ -491,7 +490,7 @@ repoServer:
## Additional command line arguments to pass to argocd-repo-server
## key: value
extraArgs: []
extraArgs: {}
## Environment variables to pass to argocd-repo-server
##