We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84305f8 + 838a2a4 commit 3ee053dCopy full SHA for 3ee053d
1 file changed
build/config.go
@@ -39,7 +39,7 @@ func NewConfig(version string) manifests.Config {
39
IdPath: "spec.names.kind",
40
VersionPath: "spec.versions[0].name",
41
GroupPath: "spec.group",
42
- SpecPath: "spec.versions[0].schema.openAPIV3Schema.properties.spec"}, false),
+ SpecPath: "spec.versions[0].schema.openAPIV3Schema"}, false),
43
ExtractCrds: func(manifest string) []string {
44
crds := strings.Split(manifest, "---")
45
return crds
0 commit comments