From 537307d4675655ad66b453f2c3ea37e0aba8641b Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Thu, 29 Jun 2023 14:22:53 +0100 Subject: [PATCH] Add condition to minio Signed-off-by: Michel Hollands --- charts/meta-monitoring/Chart.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/meta-monitoring/Chart.yaml b/charts/meta-monitoring/Chart.yaml index 512caee..6c76e39 100644 --- a/charts/meta-monitoring/Chart.yaml +++ b/charts/meta-monitoring/Chart.yaml @@ -37,4 +37,5 @@ dependencies: condition: local.enabled - name: minio repository: https://charts.min.io - version: "5.0.11" \ No newline at end of file + version: "5.0.11" + condition: local.enabled \ No newline at end of file