Create agro helm chart
This commit is contained in:
parent
5456fd1e8b
commit
b2f8f0c283
12 changed files with 175 additions and 0 deletions
14
charts/argo/values.yaml
Normal file
14
charts/argo/values.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
imagesNamespace: argoproj
|
||||
controllerImage: workflow-controller
|
||||
uiImage: argoui
|
||||
imagesTag: latest
|
||||
controllerName: workflow-controller
|
||||
enableWebConsole: false
|
||||
executorImage: argoexec
|
||||
uiName: ui
|
||||
crdVersion: v1alpha1
|
||||
instanceID:
|
||||
serviceAccount:
|
||||
|
||||
installMinio: true
|
||||
minioBucketName: argo-artifacts
|
||||
Loading…
Add table
Add a link
Reference in a new issue