Updating helm chart and improving style (#7)

* moved workflow CRD into helpers.tpl

* added new values to values.yaml

* added UI cluster role and binding

* add workflow controller cluster role and binding

* added ui service account creator

* added workflow controller service account yaml

* reformatted values.yaml to group similar items

* tweaked files to reflect values.yaml changes

* setup minio stuff to match subchart model

* changes to reflect minio rework

* added README to explain chart a bit

* changes made to reflect minio values changes

* changes to reflect minio values changes (again)

* updating minio to latest version

* move the crd definition into it's own tpl file
This commit is contained in:
louis-murray 2018-06-04 10:39:53 -04:00 committed by Alexander Matyushentsev
parent 92599031ec
commit 1fed7f37cf
19 changed files with 213 additions and 43 deletions

View file

@ -1,31 +1,44 @@
imagesNamespace: argoproj
controllerImage: workflow-controller
uiImage: argoui
executorImage: argoexec
imagesTag: v2.1.0-alpha1
controllerName: workflow-controller
images:
namespace: argoproj
controller: workflow-controller
ui: argoui
executor: argoexec
tag: v2.1.1
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
# Enables ability to SSH into pod using web UI
enableWebConsole: false
uiName: ui
uiServiceType: LoadBalancer
crdVersion: v1alpha1
# If set to true then chart set controller instance id to release name
useReleaseAsInstanceID: false
instanceID:
useDefaultArtifactRepo: false
useStaticCredentials: true
# If set to true then chart installs minio and generate according artifactRepository section in workflow controller config map
installMinio: true
minioBucketName: argo-artifacts
minio:
# This is not used by the subchart, but makes sense to group here.
install: true
defaultBucket:
enabled: true
name: argo-artifacts
artifactRepository:
s3:
#default minio creds
accessKeySecret:
key: accesskey
key: AKIAIOSFODNN7EXAMPLE
secretKeySecret:
key: secretkey
key: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
insecure: true