agentikube/internal/manifest/templates.go
2026-02-07 13:49:11 -05:00

6 lines
91 B
Go

package manifest
import "embed"
//go:embed templates/*.yaml.tmpl
var templateFS embed.FS