deploy: remove external-attacher sidecar from cephfs deployment

CephFS CSI driver dont need attacher sidecar for its operations.
This commit remove the same. The RBAC has also got adjusted.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2022-06-01 16:18:02 +05:30
committed by mergify[bot]
parent e8c0e75e04
commit c0fa88435f
5 changed files with 0 additions and 55 deletions

View File

@ -166,15 +166,6 @@ provisioner:
pullPolicy: IfNotPresent
resources: {}
attacher:
name: attacher
enabled: true
image:
repository: registry.k8s.io/sig-storage/csi-attacher
tag: v3.4.0
pullPolicy: IfNotPresent
resources: {}
resizer:
name: resizer
enabled: true