Skip to content

Commit afa924e

Browse files
Remove plugin flag from generate docs samples to ensure that it will be generated from the default plugin always
1 parent c0a8c3f commit afa924e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

hack/docs/internal/component-config-tutorial/generate_component_config.go

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

hack/docs/internal/cronjob-tutorial/generate_cronjob.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ func (sp *Sample) GenerateSampleProject() {
6767
log.Infof("Initializing the cronjob project")
6868

6969
err := sp.ctx.Init(
70-
"--plugins", "go/v4",
7170
"--domain", "tutorial.kubebuilder.io",
7271
"--repo", "tutorial.kubebuilder.io/project",
7372
"--license", "apache2",

0 commit comments

Comments
 (0)