argocd-helm/charts/argo/values.yaml

18 lines
559 B
YAML
Raw Normal View History

2018-01-02 16:45:35 -08:00
imagesNamespace: argoproj
controllerImage: workflow-controller
uiImage: argoui
executorImage: argoexec
2018-01-03 21:15:57 -08:00
imagesTag: v2.0.0-alpha3
2018-01-02 16:45:35 -08:00
controllerName: workflow-controller
# Enables ability to SSH into pod using web UI
2018-01-02 16:45:35 -08:00
enableWebConsole: false
uiName: ui
crdVersion: v1alpha1
# If set to true then chart set controller instance id to release name
useReleaseAsInstanceID: false
2018-01-02 16:45:35 -08:00
instanceID:
# If set to true then chart installs minio and generate according artifactRepository section in workflow controller config map
2018-01-02 16:45:35 -08:00
installMinio: true
minioBucketName: argo-artifacts