eff26e8c3e
So that we can: * Rely on existence of newer features * Update external components' images
11 lines
210 B
YAML
11 lines
210 B
YAML
apiVersion: storage.k8s.io/v1
|
|
kind: CSIDriver
|
|
metadata:
|
|
name: {{ .Values.provisionerName }}
|
|
spec:
|
|
attachRequired: false
|
|
podInfoOnMount: true
|
|
fsGroupPolicy: File
|
|
volumeLifecycleModes:
|
|
- Persistent
|