kube-oidc-proxy icon indicating copy to clipboard operation
kube-oidc-proxy copied to clipboard

Helm chart - wrong arg for requiredClaims

Open MatisseB opened this issue 5 years ago • 0 comments

https://github.com/jetstack/kube-oidc-proxy/blob/1080bc238c570752b120e9f06584d8131149a27f/deploy/charts/kube-oidc-proxy/templates/deployment.yaml#L63

Hello, I've found an error on the helm chart. I was trying to deploy it with a requiredClaim and end up with the following error:

image

The cli argument is set to "--oidc-signing-algs" instead of "--oidc-required-claim"

MatisseB avatar Apr 11 '21 17:04 MatisseB