We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1080bc2 commit fe16961Copy full SHA for fe16961
1 file changed
deploy/charts/kube-oidc-proxy/templates/deployment.yaml
@@ -60,7 +60,7 @@ spec:
60
- "--oidc-signing-algs=$(OIDC_SIGNING_ALGS)"
61
{{ end }}
62
{{- if .Values.oidc.requiredClaims }}
63
- - "--oidc-signing-algs=$(OIDC_REQUIRED_CLAIMS)"
+ - "--oidc-required-claim=$(OIDC_REQUIRED_CLAIMS)"
64
65
{{- if .Values.tokenPassthrough.enabled }}
66
- "--token-passthrough"
0 commit comments