mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -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
|
||
|
)
|