fix: set extraArgs default to be a sequence

Addresses issue #281

Inconsistency introduced in #265
This commit is contained in:
Adriaan Knapen 2020-03-25 11:25:04 +01:00
parent 805371544d
commit 5b8503be8d

View file

@ -36,8 +36,8 @@ controller:
logLevel: info
## Additional command line arguments to pass to argocd-controller
## key: value
extraArgs: {}
##
extraArgs: []
## Environment variables to pass to argocd-controller
##
@ -301,9 +301,9 @@ server:
imagePullPolicy: # IfNotPresent
## Additional command line arguments to pass to argocd-server
## key: value
extraArgs: {}
# insecure: true
##
extraArgs: []
# - --insecure
## Environment variables to pass to argocd-server
##
@ -556,8 +556,8 @@ repoServer:
imagePullPolicy: # IfNotPresent
## Additional command line arguments to pass to argocd-repo-server
## key: value
extraArgs: {}
##
extraArgs: []
## Environment variables to pass to argocd-repo-server
##