setup minio stuff to match subchart model
This commit is contained in:
parent
3b0c38b4ef
commit
63c656b971
1 changed files with 10 additions and 5 deletions
|
@ -11,7 +11,7 @@ controller:
|
||||||
workflowNamespaces:
|
workflowNamespaces:
|
||||||
- default
|
- 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: true
|
||||||
instanceID:
|
instanceID:
|
||||||
|
|
||||||
ui:
|
ui:
|
||||||
|
@ -27,13 +27,18 @@ useDefaultArtifactRepo: false
|
||||||
useStaticCredentials: true
|
useStaticCredentials: true
|
||||||
|
|
||||||
# If set to true then chart installs minio and generate according artifactRepository section in workflow controller config map
|
# If set to true then chart installs minio and generate according artifactRepository section in workflow controller config map
|
||||||
installMinio: true
|
minio:
|
||||||
minioBucketName: argo-artifacts
|
# This is not used by the subchart, but makes sense to group here.
|
||||||
|
install: true
|
||||||
|
defaultBucket:
|
||||||
|
enabled: true
|
||||||
|
name: argo-artifacts
|
||||||
|
|
||||||
artifactRepository:
|
artifactRepository:
|
||||||
s3:
|
s3:
|
||||||
|
#default minio creds
|
||||||
accessKeySecret:
|
accessKeySecret:
|
||||||
key: accesskey
|
key: AKIAIOSFODNN7EXAMPLE
|
||||||
secretKeySecret:
|
secretKeySecret:
|
||||||
key: secretkey
|
key: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
|
||||||
insecure: true
|
insecure: true
|
||||||
|
|
Loading…
Reference in a new issue