You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
255 B
YAML
12 lines
255 B
YAML
2 years ago
|
---
|
||
|
# if Kubernetes version is less than 1.18 change
|
||
|
# apiVersion to storage.k8s.io/v1betav1
|
||
|
apiVersion: storage.k8s.io/v1
|
||
|
kind: CSIDriver
|
||
|
metadata:
|
||
|
namespace: vitastor-system
|
||
|
name: csi.vitastor.io
|
||
|
spec:
|
||
|
attachRequired: true
|
||
|
podInfoOnMount: false
|