From 2b92a0c05367ea7579df57a0092daeb5ae35166a Mon Sep 17 00:00:00 2001 From: Chris Butler Date: Mon, 25 Mar 2024 11:05:47 +1100 Subject: [PATCH] fix: Correctly structure envvar references (#14) Signed-off-by: Chris Butler --- charts/all/minio/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/all/minio/values.yaml b/charts/all/minio/values.yaml index cdf4f4e..07a744a 100644 --- a/charts/all/minio/values.yaml +++ b/charts/all/minio/values.yaml @@ -33,7 +33,8 @@ minioRootCreds: operator: operator: env: - MINIO_OPERATOR_RUNTIME: OpenShift + - name: "MINIO_OPERATOR_RUNTIME" + value: "OpenShift" securityContext: runAsUser: 1000770000 runAsGroup: 1000770000