mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
9 lines
103 B
Go
9 lines
103 B
Go
|
package resources
|
||
|
|
||
|
import (
|
||
|
_ "embed"
|
||
|
)
|
||
|
|
||
|
//go:embed default-config.yaml
|
||
|
var DefaultConfigBytes []byte
|