mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-11 12:47:58 +03:00
Always create service account even rbac_enabled = false
This commit is contained in:
@@ -34,9 +34,7 @@ spec:
|
||||
prometheus.io/port: "9090"
|
||||
{% endif %}
|
||||
spec:
|
||||
{% if rbac_enabled %}
|
||||
serviceAccountName: cilium
|
||||
{% endif %}
|
||||
initContainers:
|
||||
- name: clean-cilium-state
|
||||
image: docker.io/library/busybox:1.28.4
|
||||
|
||||
Reference in New Issue
Block a user