fix: Updates values.yaml to have proper map syntax for extraArgs (#197)
Fixes #195
This commit is contained in:
parent
4e16b77656
commit
0eb28119e8
2 changed files with 4 additions and 5 deletions
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||||
appVersion: "1.3.6"
|
appVersion: "1.3.6"
|
||||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
version: 1.5.2
|
version: 1.5.3
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
|
|
@ -36,7 +36,7 @@ controller:
|
||||||
|
|
||||||
## Additional command line arguments to pass to argocd-controller
|
## Additional command line arguments to pass to argocd-controller
|
||||||
## key: value
|
## key: value
|
||||||
extraArgs: []
|
extraArgs: {}
|
||||||
|
|
||||||
## Environment variables to pass to argocd-controller
|
## Environment variables to pass to argocd-controller
|
||||||
##
|
##
|
||||||
|
@ -255,9 +255,8 @@ server:
|
||||||
|
|
||||||
## 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: []
|
|
||||||
|
|
||||||
## Environment variables to pass to argocd-server
|
## Environment variables to pass to argocd-server
|
||||||
##
|
##
|
||||||
|
@ -491,7 +490,7 @@ repoServer:
|
||||||
|
|
||||||
## 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: {}
|
||||||
|
|
||||||
## Environment variables to pass to argocd-repo-server
|
## Environment variables to pass to argocd-repo-server
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in a new issue