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
|
||||
uiImage: argoui
|
||||
executorImage: argoexec
|
||||
imagesTag: v2.1.0-alpha1
|
||||
imagesTag: v2.1.1
|
||||
controllerName: workflow-controller
|
||||
|
||||
# Enables ability to SSH into pod using web UI
|
||||
|
@ -22,6 +22,12 @@ useStaticCredentials: true
|
|||
installMinio: true
|
||||
minioBucketName: argo-artifacts
|
||||
|
||||
workflowServiceAccount: argo
|
||||
uiServiceAccount: argo-ui
|
||||
|
||||
workflowNamespaces:
|
||||
- default
|
||||
|
||||
artifactRepository:
|
||||
s3:
|
||||
accessKeySecret:
|
||||
|
|
Loading…
Reference in a new issue