fix: revert testing values
Signed-off-by: Carlos Juan Gómez Peñalver <carlosjuangp@gmail.com>
This commit is contained in:
parent
f8bcd6eb9c
commit
83b67c0870
1 changed files with 3 additions and 5 deletions
|
@ -7,7 +7,7 @@ images:
|
||||||
tag: v2.4.3
|
tag: v2.4.3
|
||||||
|
|
||||||
crdVersion: v1alpha1
|
crdVersion: v1alpha1
|
||||||
installCRD: false
|
installCRD: true
|
||||||
|
|
||||||
init:
|
init:
|
||||||
# By default the installation will not set an explicit one, which will mean it uses `default` for the namespace the chart is
|
# By default the installation will not set an explicit one, which will mean it uses `default` for the namespace the chart is
|
||||||
|
@ -175,9 +175,7 @@ artifactRepository:
|
||||||
# NOTE: These are setting attributes for the `minio` optional dependency
|
# NOTE: These are setting attributes for the `minio` optional dependency
|
||||||
minio:
|
minio:
|
||||||
# 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
|
||||||
install: true
|
install: false
|
||||||
defaultBucket:
|
defaultBucket:
|
||||||
enabled: false
|
enabled: true
|
||||||
name: argo-artifacts
|
name: argo-artifacts
|
||||||
persistence:
|
|
||||||
size: 1Gi
|
|
Loading…
Reference in a new issue