2018-01-02 16:45:35 -08:00
|
|
|
imagesNamespace: argoproj
|
|
|
|
|
controllerImage: workflow-controller
|
|
|
|
|
uiImage: argoui
|
2018-01-05 11:11:40 -08:00
|
|
|
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
|
2018-03-23 21:10:05 -07:00
|
|
|
|
2018-01-05 11:11:40 -08:00
|
|
|
# Enables ability to SSH into pod using web UI
|
2018-01-02 16:45:35 -08:00
|
|
|
enableWebConsole: false
|
|
|
|
|
uiName: ui
|
2018-03-23 21:10:05 -07:00
|
|
|
uiServiceType: LoadBalancer
|
2018-01-02 16:45:35 -08:00
|
|
|
crdVersion: v1alpha1
|
2018-03-23 21:10:05 -07:00
|
|
|
|
2018-01-05 11:11:40 -08:00
|
|
|
# If set to true then chart set controller instance id to release name
|
|
|
|
|
useReleaseAsInstanceID: false
|
2018-01-02 16:45:35 -08:00
|
|
|
instanceID:
|
|
|
|
|
|
2018-03-23 21:10:05 -07:00
|
|
|
useDefaultArtifactRepo: false
|
|
|
|
|
useStaticCredentials: true
|
|
|
|
|
|
2018-01-05 11:11:40 -08:00
|
|
|
# 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
|
2018-03-23 21:10:05 -07:00
|
|
|
|
|
|
|
|
artifactRepository:
|
|
|
|
|
s3:
|
|
|
|
|
accessKeySecret:
|
|
|
|
|
key: accesskey
|
|
|
|
|
secretKeySecret:
|
|
|
|
|
key: secretkey
|
|
|
|
|
insecure: true
|