Correct the extra arg
Extra arg handling changed in v1 release, and expects map rather than list
This commit is contained in:
parent
1e2038adca
commit
0ec148c984
1 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@ controller:
|
|||
logLevel: info
|
||||
|
||||
## Additional command line arguments to pass to argocd-controller
|
||||
## - key: value
|
||||
## key: value
|
||||
extraArgs: []
|
||||
|
||||
## Annotations to be added to controller pods
|
||||
|
@ -207,9 +207,9 @@ server:
|
|||
imagePullPolicy: # IfNotPresent
|
||||
|
||||
## Additional command line arguments to pass to argocd-server
|
||||
## - key: value
|
||||
## key: value
|
||||
# extraArgs: []
|
||||
# - insecure: true
|
||||
# insecure: true
|
||||
extraArgs: []
|
||||
|
||||
## Argo server log level
|
||||
|
@ -439,7 +439,7 @@ repoServer:
|
|||
imagePullPolicy: # IfNotPresent
|
||||
|
||||
## Additional command line arguments to pass to argocd-repo-server
|
||||
## - key: value
|
||||
## key: value
|
||||
extraArgs: []
|
||||
|
||||
## Argo repoServer log level
|
||||
|
|
Loading…
Reference in a new issue