mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
11 lines
200 B
YAML
11 lines
200 B
YAML
|
---
|
||
|
{{ if not .Values.attacher.enabled }}
|
||
|
apiVersion: storage.k8s.io/v1beta1
|
||
|
kind: CSIDriver
|
||
|
metadata:
|
||
|
name: {{ .Values.driverName }}
|
||
|
spec:
|
||
|
attachRequired: false
|
||
|
podInfoOnMount: false
|
||
|
{{ end }}
|