Correct the extra arg

Extra arg handling changed in v1 release, and expects map rather than list
This commit is contained in:
Ryota 2019-11-25 12:01:28 +00:00 committed by GitHub
parent 1e2038adca
commit 0ec148c984
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ controller:
logLevel: info logLevel: info
## Additional command line arguments to pass to argocd-controller ## Additional command line arguments to pass to argocd-controller
## - key: value ## key: value
extraArgs: [] extraArgs: []
## Annotations to be added to controller pods ## Annotations to be added to controller pods
@ -207,9 +207,9 @@ server:
imagePullPolicy: # IfNotPresent imagePullPolicy: # IfNotPresent
## Additional command line arguments to pass to argocd-server ## Additional command line arguments to pass to argocd-server
## - key: value ## key: value
# extraArgs: [] # extraArgs: []
# - insecure: true # insecure: true
extraArgs: [] extraArgs: []
## Argo server log level ## Argo server log level
@ -439,7 +439,7 @@ repoServer:
imagePullPolicy: # IfNotPresent imagePullPolicy: # IfNotPresent
## Additional command line arguments to pass to argocd-repo-server ## Additional command line arguments to pass to argocd-repo-server
## - key: value ## key: value
extraArgs: [] extraArgs: []
## Argo repoServer log level ## Argo repoServer log level