Fix embeded crd
This commit is contained in:
parent
fc2f93ef5f
commit
32c99042e6
|
|
@ -968,6 +968,7 @@ func buildCRD(name, kind, plural, list, short string,
|
|||
}
|
||||
}
|
||||
|
||||
//go:embed postgresql.crd.yaml
|
||||
var postgresqlCRDYAML []byte
|
||||
|
||||
// PostgresCRD returns CustomResourceDefinition built from PostgresCRDResource
|
||||
|
|
|
|||
Loading…
Reference in New Issue