2018-06-04 10:39:53 -04:00
|
|
|
images:
|
|
|
|
|
namespace: argoproj
|
|
|
|
|
controller: workflow-controller
|
|
|
|
|
ui: argoui
|
|
|
|
|
executor: argoexec
|
|
|
|
|
tag: v2.1.1
|
2018-03-23 21:10:05 -07:00
|
|
|
|
2018-06-04 10:39:53 -04:00
|
|
|
controller:
|
|
|
|
|
serviceAccount: argo
|
|
|
|
|
name: workflow-controller
|
|
|
|
|
workflowNamespaces:
|
|
|
|
|
- default
|
|
|
|
|
# If set to true then chart set controller instance id to release name
|
|
|
|
|
useReleaseAsInstanceID: true
|
|
|
|
|
instanceID:
|
|
|
|
|
|
|
|
|
|
ui:
|
|
|
|
|
name: ui
|
|
|
|
|
serviceType: LoadBalancer
|
|
|
|
|
serviceAccount: argo-ui
|
|
|
|
|
# Enables ability to SSH into pod using web UI
|
|
|
|
|
enableWebConsole: false
|
2018-03-23 21:10:05 -07:00
|
|
|
|
2018-06-04 10:39:53 -04:00
|
|
|
crdVersion: v1alpha1
|
2018-01-02 16:45:35 -08:00
|
|
|
|
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-06-04 10:39:53 -04:00
|
|
|
minio:
|
|
|
|
|
# This is not used by the subchart, but makes sense to group here.
|
|
|
|
|
install: true
|
|
|
|
|
defaultBucket:
|
|
|
|
|
enabled: true
|
|
|
|
|
name: argo-artifacts
|
2018-03-23 21:10:05 -07:00
|
|
|
|
|
|
|
|
artifactRepository:
|
|
|
|
|
s3:
|
2018-06-04 10:39:53 -04:00
|
|
|
#default minio creds
|
2018-03-23 21:10:05 -07:00
|
|
|
accessKeySecret:
|
2018-06-04 10:39:53 -04:00
|
|
|
key: AKIAIOSFODNN7EXAMPLE
|
2018-03-23 21:10:05 -07:00
|
|
|
secretKeySecret:
|
2018-06-04 10:39:53 -04:00
|
|
|
key: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
|
2018-03-23 21:10:05 -07:00
|
|
|
insecure: true
|