diff --git a/pkg/apis/acid.zalan.do/v1/crds.go b/pkg/apis/acid.zalan.do/v1/crds.go index 2b993a3d2..46739e46d 100644 --- a/pkg/apis/acid.zalan.do/v1/crds.go +++ b/pkg/apis/acid.zalan.do/v1/crds.go @@ -977,7 +977,7 @@ func buildCRD(name, kind, plural, list, short string, } } -//go:embed postgresql_crd.yaml +//go:embed postgresql.crd.yaml var postgresqlCRDYAML []byte // PostgresCRD returns CustomResourceDefinition built from PostgresCRDResource