From edb3e6b41afd96be091d0f446e014a17db76e797 Mon Sep 17 00:00:00 2001 From: louis-murray Date: Tue, 14 Aug 2018 17:30:45 -0400 Subject: [PATCH] set minio to not be installed by default (#13) helm has issues with conditional sub charts of a sub chart so I think it'd be better to have minio not be installed as part of the chart by default so if you want to leverage this chart as part of another chart you don't have to worry about unintended resources getting created on cluster. --- charts/argo/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo/values.yaml b/charts/argo/values.yaml index 0372a288..7a93f926 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -29,7 +29,7 @@ useStaticCredentials: true # If set to true then chart installs minio and generate according artifactRepository section in workflow controller config map minio: # This is not used by the subchart, but makes sense to group here. - install: true + install: false defaultBucket: enabled: true name: argo-artifacts