mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 11:07:43 +03:00
Remove old csi-attacher flag and fix RBAC for Cinder CSI (#6358)
Add proper RBAC for new csi-attacher version
This commit is contained in:
@@ -27,7 +27,6 @@ spec:
|
||||
- "--csi-address=$(ADDRESS)"
|
||||
{% if cinder_csi_controller_replicas is defined and cinder_csi_controller_replicas > 1 %}
|
||||
- --leader-election
|
||||
- --leader-election-type=leases
|
||||
- --leader-election-namespace=kube-system
|
||||
{% endif %}
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user