Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit bed5038

Browse files
committed
fix(helm): helm deploy oidc-required-claim option, typo error
1 parent 1080bc2 commit bed5038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/charts/kube-oidc-proxy/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
- "--oidc-signing-algs=$(OIDC_SIGNING_ALGS)"
6161
{{ end }}
6262
{{- if .Values.oidc.requiredClaims }}
63-
- "--oidc-signing-algs=$(OIDC_REQUIRED_CLAIMS)"
63+
- "--oidc-required-claim=$(OIDC_REQUIRED_CLAIMS)"
6464
{{ end }}
6565
{{- if .Values.tokenPassthrough.enabled }}
6666
- "--token-passthrough"

0 commit comments

Comments
 (0)