Skip to content

Commit 3ee053d

Browse files
authored
Merge pull request #602 from MUzairS15/schema
update refrence path for spec
2 parents 84305f8 + 838a2a4 commit 3ee053d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func NewConfig(version string) manifests.Config {
3939
IdPath: "spec.names.kind",
4040
VersionPath: "spec.versions[0].name",
4141
GroupPath: "spec.group",
42-
SpecPath: "spec.versions[0].schema.openAPIV3Schema.properties.spec"}, false),
42+
SpecPath: "spec.versions[0].schema.openAPIV3Schema"}, false),
4343
ExtractCrds: func(manifest string) []string {
4444
crds := strings.Split(manifest, "---")
4545
return crds

0 commit comments

Comments
 (0)