mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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:
parent
793072deab
commit
8d3bb82949
@ -7,5 +7,5 @@ kind: CSIDriver
|
||||
metadata:
|
||||
name: {{ .Values.driverName }}
|
||||
spec:
|
||||
attachRequired: true
|
||||
attachRequired: false
|
||||
podInfoOnMount: false
|
||||
|
@ -6,5 +6,5 @@ kind: CSIDriver
|
||||
metadata:
|
||||
name: cephfs.csi.ceph.com
|
||||
spec:
|
||||
attachRequired: true
|
||||
attachRequired: false
|
||||
podInfoOnMount: false
|
||||
|
Loading…
Reference in New Issue
Block a user