From f5b04865f485f752eee74e4c9734cdad1d2f625d Mon Sep 17 00:00:00 2001 From: Satish Michael Date: Fri, 13 Oct 2023 10:46:54 -0400 Subject: [PATCH] Helm Chart: Added "MINIO_IDENTITY_OPENID_REDIRECT_URI" Env Var (#18236) added redirect uri env Signed-off-by: Satish Kumar Kadarkarai Main --- helm/minio/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/minio/templates/deployment.yaml b/helm/minio/templates/deployment.yaml index da6297332..323dd2a5e 100644 --- a/helm/minio/templates/deployment.yaml +++ b/helm/minio/templates/deployment.yaml @@ -136,6 +136,8 @@ spec: value: {{ .Values.oidc.scopes }} - name: MINIO_IDENTITY_OPENID_COMMENT value: {{ .Values.oidc.comment }} + - name: MINIO_IDENTITY_OPENID_REDIRECT_URI + value: {{ .Values.oidc.redirectUri }} {{- end }} {{- if .Values.etcd.endpoints }} - name: MINIO_ETCD_ENDPOINTS