From 9c025b8cceaae606127251b96e6c9c6dd40d1b28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rodriguez?= Date: Mon, 15 Aug 2022 03:13:56 +0200 Subject: [PATCH] helm: fix correct deployment environment variable (#15534) --- helm/minio/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/minio/templates/deployment.yaml b/helm/minio/templates/deployment.yaml index 062d141f2..22f904459 100644 --- a/helm/minio/templates/deployment.yaml +++ b/helm/minio/templates/deployment.yaml @@ -123,7 +123,7 @@ spec: value: {{ .Values.oidc.configUrl }} - name: MINIO_IDENTITY_OPENID_CLIENT_ID value: {{ .Values.oidc.clientId }} - - name: MINIO_IDENTITY_OPENID_CLIENTs_SECRET + - name: MINIO_IDENTITY_OPENID_CLIENT_SECRET value: {{ .Values.oidc.clientSecret }} - name: MINIO_IDENTITY_OPENID_CLAIM_NAME value: {{ .Values.oidc.claimName }}