mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
cff0e04e3c
The generated files under the deploy/ directory contain an empty YAML document that may cause confusion for some versions of kubectl. Dropping the unneeded `---` start of the file for the header should make parsing of the deployment artifacts a little less error prone. Signed-off-by: Niels de Vos <ndevos@redhat.com>
18 lines
435 B
YAML
18 lines
435 B
YAML
#
|
|
# /!\ DO NOT MODIFY THIS FILE
|
|
#
|
|
# This file has been automatically generated by Ceph-CSI yamlgen.
|
|
# The source for the contents can be found in the api/deploy directory, make
|
|
# your modifications there.
|
|
#
|
|
---
|
|
# if Kubernetes version is less than 1.18 change
|
|
# apiVersion to storage.k8s.io/v1beta1
|
|
apiVersion: storage.k8s.io/v1
|
|
kind: CSIDriver
|
|
metadata:
|
|
name: "rbd.csi.ceph.com"
|
|
spec:
|
|
attachRequired: true
|
|
podInfoOnMount: false
|