mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-26 08:38:23 -04:00
11 lines
124 B
Go
11 lines
124 B
Go
package crds
|
|
|
|
import _ "embed"
|
|
|
|
var (
|
|
//go:embed olmCRDs.yaml
|
|
OLMCRDs []byte
|
|
//go:embed olmDeployment.yaml
|
|
OLM []byte
|
|
)
|