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.
2 parents 316e5db + c8331e8 commit aaa059cCopy full SHA for aaa059c
charts/headlamp/templates/deployment.yaml
@@ -290,6 +290,9 @@ spec:
290
# Check if callbackURL is non empty either from env or oidc.config
291
- "-oidc-callback-url=$(OIDC_CALLBACK_URL)"
292
{{- end }}
293
+ {{- if or (eq ($oidc.usePKCE | toString) "true") (eq $usePKCE "true") }}
294
+ - "-oidc-use-pkce=$(OIDC_USE_PKCE)"
295
+ {{- end }}
296
{{- if or (ne $oidc.validatorClientID "") (ne $validatorClientID "") }}
297
# Check if validatorClientID is non empty either from env or oidc.config
298
- "-oidc-validator-client-id=$(OIDC_VALIDATOR_CLIENT_ID)"
0 commit comments