mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-11 20:48:39 -05: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
|
|
)
|