mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-04 09:58:20 +03:00
Always create service account even rbac_enabled = false
This commit is contained in:
@@ -26,9 +26,7 @@ spec:
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/master
|
||||
effect: NoSchedule
|
||||
{% if rbac_enabled %}
|
||||
serviceAccountName: contiv-netplugin
|
||||
{% endif %}
|
||||
containers:
|
||||
# Runs netplugin container on each Kubernetes node. This
|
||||
# container programs network policy and routes on each
|
||||
|
||||
Reference in New Issue
Block a user