Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #256 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 bb7a83d + 4cf5252 commit 294c5b5
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 @@ -41,7 +41,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 294c5b5

Please sign in to comment.