From 3a59a6bc82b965b987c919e121cf58eb8085389b Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Wed, 16 Aug 2023 16:31:48 +0100 Subject: [PATCH] Fix linting issues again 2 Signed-off-by: Michel Hollands --- charts/meta-monitoring/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/meta-monitoring/values.yaml b/charts/meta-monitoring/values.yaml index 9d64f4c..735164b 100644 --- a/charts/meta-monitoring/values.yaml +++ b/charts/meta-monitoring/values.yaml @@ -193,4 +193,4 @@ minio: cpu: 100m memory: 128Mi # Changed the mc config path to '/tmp' from '/etc' as '/etc' is only writable by root and OpenShift will not permit this. - configPathmc: "/tmp/minio/mc/" \ No newline at end of file + configPathmc: "/tmp/minio/mc/"