11 lines
213 B
Text
11 lines
213 B
Text
|
---
|
||
|
apiVersion: storage.k8s.io/v1beta1
|
||
|
kind: CSIDriver
|
||
|
metadata:
|
||
|
name: disk.csi.azure.com
|
||
|
spec:
|
||
|
attachRequired: true
|
||
|
podInfoOnMount: true
|
||
|
volumeLifecycleModes: # added in Kubernetes 1.16
|
||
|
- Persistent
|