maidn-cli/internal/assets/assets.go

13 lines
247 B
Go

package assets
import _ "embed"
//go:embed templates/manifests.md.tmpl
var ManifestsReadmeTmpl string
//go:embed templates/flux.md.tmpl
var FluxReadmeTmpl string
//go:embed templates/delivery-pipeline.yaml.tmpl
var DeliveryPipelineTmpl string