mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
fix wrong indent of oidc-username-prefix and oidc-groups-prefix in kubeadm config template (#4263)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
107bfb259a
commit
eafab9636f
@@ -91,10 +91,10 @@ apiServer:
|
||||
oidc-groups-claim: {{ kube_oidc_groups_claim }}
|
||||
{% endif %}
|
||||
{% if kube_oidc_username_prefix is defined %}
|
||||
oidc-username-prefix: {{ kube_oidc_username_prefix }}
|
||||
oidc-username-prefix: {{ kube_oidc_username_prefix }}
|
||||
{% endif %}
|
||||
{% if kube_oidc_groups_prefix is defined %}
|
||||
oidc-groups-prefix: {{ kube_oidc_groups_prefix }}
|
||||
oidc-groups-prefix: {{ kube_oidc_groups_prefix }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if kube_webhook_token_auth|default(false) %}
|
||||
|
||||
Reference in New Issue
Block a user