From 83b67c0870d3d34e046ab4c0b3e633f1ab1901f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Juan=20G=C3=B3mez=20Pe=C3=B1alver?= Date: Thu, 6 Feb 2020 00:31:09 +0000 Subject: [PATCH] fix: revert testing values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Juan Gómez Peñalver --- charts/argo/values.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/charts/argo/values.yaml b/charts/argo/values.yaml index bef31e60..8ef57d6f 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -7,7 +7,7 @@ images: tag: v2.4.3 crdVersion: v1alpha1 -installCRD: false +installCRD: true init: # 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 minio: # If set to true then chart installs minio and generate according artifactRepository section in workflow controller config map - install: true + install: false defaultBucket: - enabled: false + enabled: true name: argo-artifacts - persistence: - size: 1Gi \ No newline at end of file