// Package templates embeds bootapi's default kickstart and iPXE templates. // These are the built-in fallback set; an operator can override any of them by // mounting a ConfigMap at BOOTAPI_TEMPLATE_DIR (see docs/deployment.md). package templates import "embed" // FS holds the default template tree: kickstart/*.ks.tmpl and ipxe/*.ipxe.tmpl. // //go:embed kickstart ipxe var FS embed.FS