mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-07-31 13:21:57 +08:00

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>