added new values to values.yaml
This commit is contained in:
parent
e24c531584
commit
73744a4d85
1 changed files with 7 additions and 1 deletions
|
@ -2,7 +2,7 @@ imagesNamespace: argoproj
|
||||||
controllerImage: workflow-controller
|
controllerImage: workflow-controller
|
||||||
uiImage: argoui
|
uiImage: argoui
|
||||||
executorImage: argoexec
|
executorImage: argoexec
|
||||||
imagesTag: v2.1.0-alpha1
|
imagesTag: v2.1.1
|
||||||
controllerName: workflow-controller
|
controllerName: workflow-controller
|
||||||
|
|
||||||
# Enables ability to SSH into pod using web UI
|
# Enables ability to SSH into pod using web UI
|
||||||
|
@ -22,6 +22,12 @@ useStaticCredentials: true
|
||||||
installMinio: true
|
installMinio: true
|
||||||
minioBucketName: argo-artifacts
|
minioBucketName: argo-artifacts
|
||||||
|
|
||||||
|
workflowServiceAccount: argo
|
||||||
|
uiServiceAccount: argo-ui
|
||||||
|
|
||||||
|
workflowNamespaces:
|
||||||
|
- default
|
||||||
|
|
||||||
artifactRepository:
|
artifactRepository:
|
||||||
s3:
|
s3:
|
||||||
accessKeySecret:
|
accessKeySecret:
|
||||||
|
|
Loading…
Reference in a new issue