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.
This commit is contained in:
louis-murray 2018-08-14 17:30:45 -04:00 committed by Jesse Suen
parent 4696111a14
commit edb3e6b41a

View file

@ -29,7 +29,7 @@ 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
minio: minio:
# This is not used by the subchart, but makes sense to group here. # This is not used by the subchart, but makes sense to group here.
install: true install: false
defaultBucket: defaultBucket:
enabled: true enabled: true
name: argo-artifacts name: argo-artifacts