argocd-helm/charts/argo/values.yaml

32 lines
777 B
YAML
Raw Normal View History

2018-01-02 16:45:35 -08:00
imagesNamespace: argoproj
controllerImage: workflow-controller
uiImage: argoui
executorImage: argoexec
2018-03-23 21:19:37 -07:00
imagesTag: v2.1.0-alpha1
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
uiServiceType: LoadBalancer
2018-01-02 16:45:35 -08:00
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:
useDefaultArtifactRepo: false
useStaticCredentials: true
# 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
artifactRepository:
s3:
accessKeySecret:
key: accesskey
secretKeySecret:
key: secretkey
insecure: true