From fe169612e7b15294ca269eb6cac01bed4a469247 Mon Sep 17 00:00:00 2001 From: "TaeYoung Kim(Huy)" Date: Mon, 8 Nov 2021 15:26:41 +0900 Subject: [PATCH] fix(helm): helm deploy oidc-required-claim option, typo error Signed-off-by: Huy TaeYoung Kim --- deploy/charts/kube-oidc-proxy/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/kube-oidc-proxy/templates/deployment.yaml b/deploy/charts/kube-oidc-proxy/templates/deployment.yaml index d8d0c4e63..8984febf6 100644 --- a/deploy/charts/kube-oidc-proxy/templates/deployment.yaml +++ b/deploy/charts/kube-oidc-proxy/templates/deployment.yaml @@ -60,7 +60,7 @@ spec: - "--oidc-signing-algs=$(OIDC_SIGNING_ALGS)" {{ end }} {{- if .Values.oidc.requiredClaims }} - - "--oidc-signing-algs=$(OIDC_REQUIRED_CLAIMS)" + - "--oidc-required-claim=$(OIDC_REQUIRED_CLAIMS)" {{ end }} {{- if .Values.tokenPassthrough.enabled }} - "--token-passthrough"