Skip to content

Commit 321c00c

Browse files
📖 make component-config tuturial sample be based on go/v4 plugin
1 parent 958cda2 commit 321c00c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/docs/internal/generate_component_config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ func (sp *Sample) GenerateSampleProject() {
7272
"--repo", "tutorial.kubebuilder.io/project",
7373
"--license", "apache2",
7474
"--owner", "The Kubernetes authors",
75+
"--plugins=go/v4",
7576
"--component-config",
7677
)
7778
CheckError("Initializing the project", err)

0 commit comments

Comments
 (0)