mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-20 22:36:42 +00: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/
.