fix: set extraArgs default to be a sequence
Addresses issue #281 Inconsistency introduced in #265
This commit is contained in:
parent
805371544d
commit
5b8503be8d
1 changed files with 7 additions and 7 deletions
|
@ -36,8 +36,8 @@ 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
|
##
|
||||||
extraArgs: {}
|
extraArgs: []
|
||||||
|
|
||||||
## Environment variables to pass to argocd-controller
|
## Environment variables to pass to argocd-controller
|
||||||
##
|
##
|
||||||
|
@ -301,9 +301,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
|
##
|
||||||
extraArgs: {}
|
extraArgs: []
|
||||||
# insecure: true
|
# - --insecure
|
||||||
|
|
||||||
## Environment variables to pass to argocd-server
|
## Environment variables to pass to argocd-server
|
||||||
##
|
##
|
||||||
|
@ -556,8 +556,8 @@ 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
|
##
|
||||||
extraArgs: {}
|
extraArgs: []
|
||||||
|
|
||||||
## Environment variables to pass to argocd-repo-server
|
## Environment variables to pass to argocd-repo-server
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in a new issue