Skip to content

Commit

Permalink
Merge pull request #602 from MUzairS15/schema
Browse files Browse the repository at this point in the history
update refrence path for spec
  • Loading branch information
MUzairS15 authored Jul 19, 2023
2 parents 84305f8 + 838a2a4 commit 3ee053d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func NewConfig(version string) manifests.Config {
IdPath: "spec.names.kind",
VersionPath: "spec.versions[0].name",
GroupPath: "spec.group",
SpecPath: "spec.versions[0].schema.openAPIV3Schema.properties.spec"}, false),
SpecPath: "spec.versions[0].schema.openAPIV3Schema"}, false),
ExtractCrds: func(manifest string) []string {
crds := strings.Split(manifest, "---")
return crds
Expand Down

0 comments on commit 3ee053d

Please sign in to comment.