From 26ff679cbbc42e1123871b66e2875ef6e8144efd Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Fri, 18 Aug 2023 11:06:52 +0100 Subject: [PATCH] Apply linting 4 Signed-off-by: Michel Hollands --- charts/meta-monitoring/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/meta-monitoring/values.yaml b/charts/meta-monitoring/values.yaml index 9d64f4c..15ab997 100644 --- a/charts/meta-monitoring/values.yaml +++ b/charts/meta-monitoring/values.yaml @@ -193,4 +193,5 @@ 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/" +