Removing deprecated var from minio helm (#17856)

This commit is contained in:
Cesar Celis Hernandez
2023-08-15 14:33:55 -06:00
committed by GitHub
parent 3ba927edae
commit 21f0d6b549
2 changed files with 0 additions and 4 deletions

View File

@@ -127,8 +127,6 @@ spec:
value: {{ .Values.oidc.claimPrefix }}
- name: MINIO_IDENTITY_OPENID_SCOPES
value: {{ .Values.oidc.scopes }}
- name: MINIO_IDENTITY_OPENID_REDIRECT_URI
value: {{ .Values.oidc.redirectUri }}
- name: MINIO_IDENTITY_OPENID_COMMENT
value: {{ .Values.oidc.comment }}
{{- end }}

View File

@@ -165,8 +165,6 @@ spec:
value: {{ .Values.oidc.claimPrefix }}
- name: MINIO_IDENTITY_OPENID_SCOPES
value: {{ .Values.oidc.scopes }}
- name: MINIO_IDENTITY_OPENID_REDIRECT_URI
value: {{ .Values.oidc.redirectUri }}
- name: MINIO_IDENTITY_OPENID_COMMENT
value: {{ .Values.oidc.comment }}
{{- end }}