Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
The clusterDefaultNodeSelector is string not a dict.
  • Loading branch information
titansmc authored Oct 9, 2023
1 parent f7a46a8 commit 248c460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/kubernetes/control-plane/defaults/main/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ kube_webhook_authorization: false
kube_webhook_authorization_url_skip_tls_verify: false

# Default podnodeselector
kube_apiserver_admission_plugins_podnodeselector_default_node_selector: {}
kube_apiserver_admission_plugins_podnodeselector_default_node_selector: ""

## Variables for OpenID Connect Configuration https://kubernetes.io/docs/admin/authentication/
## To use OpenID you have to deploy additional an OpenID Provider (e.g Dex, Keycloak, ...)
Expand Down

0 comments on commit 248c460

Please sign in to comment.