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
|
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
|
||||||
|
|
Loading…
Reference in a new issue