mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-14 21:07:42 -02:30
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