mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-04-19 04:10:04 +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>
Assorted Tools for maintaining and building Ceph-CSI
yamlgen
yamlgen
reads deployment configurations from the api/
package and generates
YAML files that can be used for deploying without advanced automation like
Rook. The generated files are located under deploy/
.