reformatted values.yaml to group similar items
This commit is contained in:
parent
c616ae401c
commit
85e32a1394
1 changed files with 22 additions and 20 deletions
|
@ -1,20 +1,28 @@
|
||||||
imagesNamespace: argoproj
|
images:
|
||||||
controllerImage: workflow-controller
|
namespace: argoproj
|
||||||
uiImage: argoui
|
controller: workflow-controller
|
||||||
executorImage: argoexec
|
ui: argoui
|
||||||
imagesTag: v2.1.1
|
executor: argoexec
|
||||||
controllerName: workflow-controller
|
tag: v2.1.1
|
||||||
|
|
||||||
# Enables ability to SSH into pod using web UI
|
|
||||||
enableWebConsole: false
|
|
||||||
uiName: ui
|
|
||||||
uiServiceType: LoadBalancer
|
|
||||||
crdVersion: v1alpha1
|
|
||||||
|
|
||||||
|
controller:
|
||||||
|
serviceAccount: argo
|
||||||
|
name: workflow-controller
|
||||||
|
workflowNamespaces:
|
||||||
|
- default
|
||||||
# If set to true then chart set controller instance id to release name
|
# If set to true then chart set controller instance id to release name
|
||||||
useReleaseAsInstanceID: false
|
useReleaseAsInstanceID: false
|
||||||
instanceID:
|
instanceID:
|
||||||
|
|
||||||
|
ui:
|
||||||
|
name: ui
|
||||||
|
serviceType: LoadBalancer
|
||||||
|
serviceAccount: argo-ui
|
||||||
|
# Enables ability to SSH into pod using web UI
|
||||||
|
enableWebConsole: false
|
||||||
|
|
||||||
|
crdVersion: v1alpha1
|
||||||
|
|
||||||
useDefaultArtifactRepo: false
|
useDefaultArtifactRepo: false
|
||||||
useStaticCredentials: true
|
useStaticCredentials: true
|
||||||
|
|
||||||
|
@ -22,12 +30,6 @@ 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