This commit is contained in:
Harivansh Rathi 2026-02-07 13:49:11 -05:00
commit 0595d93c49
28 changed files with 1763 additions and 0 deletions

View file

@ -0,0 +1,6 @@
package manifest
import "embed"
//go:embed templates/*.yaml.tmpl
var templateFS embed.FS