forked from argoproj/argo-helm
Correct the values.yaml comment for extra arg (#174)
Extra arg handling changed in v1 release, and expects map rather than listmain
parent
5e0dcfe117
commit
26aea34831
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||||
appVersion: "1.3.0"
|
appVersion: "1.3.0"
|
||||||
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.2.1
|
version: 1.2.2
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
|
|
@ -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 New Issue