Fix embeded crd

This commit is contained in:
Polina Bungina 2026-01-28 18:38:50 +01:00
parent fc2f93ef5f
commit 32c99042e6
1 changed files with 1 additions and 0 deletions

View File

@ -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