We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a152302 + f199b1f commit 1140134Copy full SHA for 1140134
tools/codegen/cmd/crd_manifest_merge.go
@@ -2,6 +2,7 @@ package main
2
3
import (
4
"fmt"
5
+
6
"github.com/openshift/api/tools/codegen/pkg/generation"
7
"github.com/openshift/api/tools/codegen/pkg/manifestmerge"
8
"github.com/spf13/cobra"
@@ -40,6 +41,7 @@ func init() {
40
41
// newSchemaPatchGenerator builds a new schemapatch generator.
42
func newCRDManifestMerger() generation.Generator {
43
return manifestmerge.NewGenerator(manifestmerge.Options{
- Verify: verify,
44
+ PayloadFeatureGatePath: manifestMergePayloadManifestPath,
45
+ Verify: verify,
46
})
47
}
0 commit comments