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.
1 parent eae8b21 commit d140b7aCopy full SHA for d140b7a
test/e2e/v4/plugin_cluster_test.go
@@ -74,7 +74,7 @@ var _ = Describe("kubebuilder", func() {
74
It("should generate a runnable project with the Installer", func() {
75
kbc.IsRestricted = false
76
GenerateV4(kbc)
77
- Run(kbc, false, true, true, false)
+ Run(kbc, true, true, true, false)
78
})
79
It("should generate a runnable project without metrics exposed", func() {
80
0 commit comments