Skip to content

Commit

Permalink
Fix OIDC issuer and client ID default to None. (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 authored Mar 25, 2024
1 parent c9002d3 commit 22cfe38
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ apiServer:
serviceName: garden-kube-apiserver

oidc:
{% if gardener_virtual_api_oidc_issuer_url %}
issuerURL: {{ gardener_virtual_api_oidc_issuer_url }}
{% endif %}
{% if gardener_virtual_api_oidc_client_id %}
clientID: {{ gardener_virtual_api_oidc_client_id }}
{% endif %}
{% if gardener_virtual_api_oidc_username_claim %}
usernameClaim: {{ gardener_virtual_api_oidc_username_claim }}
{% endif %}
Expand Down

0 comments on commit 22cfe38

Please sign in to comment.