deploy: remove attachrequired param from csidriver object

As the attacher is no longer required we have to mention the same
for csidriver object parameter.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2022-06-02 10:04:48 +05:30 committed by mergify[bot]
parent 793072deab
commit 8d3bb82949
2 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@ kind: CSIDriver
metadata:
name: {{ .Values.driverName }}
spec:
attachRequired: true
attachRequired: false
podInfoOnMount: false

View File

@ -6,5 +6,5 @@ kind: CSIDriver
metadata:
name: cephfs.csi.ceph.com
spec:
attachRequired: true
attachRequired: false
podInfoOnMount: false