constellation/internal/crds/crds.go

11 lines
124 B
Go
Raw Normal View History

package crds
import _ "embed"
var (
//go:embed olmCRDs.yaml
OLMCRDs []byte
//go:embed olmDeployment.yaml
OLM []byte
)