mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
8d3bb82949
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>
11 lines
230 B
YAML
11 lines
230 B
YAML
---
|
|
# if Kubernetes version is less than 1.18 change
|
|
# apiVersion to storage.k8s.io/v1beta1
|
|
apiVersion: storage.k8s.io/v1
|
|
kind: CSIDriver
|
|
metadata:
|
|
name: cephfs.csi.ceph.com
|
|
spec:
|
|
attachRequired: false
|
|
podInfoOnMount: false
|