Add value for create.
Signed-off-by: Josh Baird <jbaird@galileo.io>
This commit is contained in:
parent
cfc99b092a
commit
d261e15fcc
1 changed files with 4 additions and 0 deletions
|
@ -217,6 +217,10 @@ configs:
|
||||||
# Argo CD configuration parameters
|
# Argo CD configuration parameters
|
||||||
## Ref: https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/argocd-cmd-params-cm.yaml
|
## Ref: https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/argocd-cmd-params-cm.yaml
|
||||||
params:
|
params:
|
||||||
|
# -- Create the argocd-cmd-params-cm configmap
|
||||||
|
# If false, it is expected the configmap will be created by something else.
|
||||||
|
create: true
|
||||||
|
|
||||||
# -- Annotations to be added to the argocd-cmd-params-cm ConfigMap
|
# -- Annotations to be added to the argocd-cmd-params-cm ConfigMap
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue