Skip to content

Commit

Permalink
Merge pull request #4337 from monteiro-renato/patch-2
Browse files Browse the repository at this point in the history
📖 Fix broken reference to project-file instead of project-file-config
  • Loading branch information
k8s-ci-robot authored Nov 20, 2024
2 parents 558f151 + 1fa6c2d commit b0885c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ There are two ways to specify a plugin to run:
- Setting `kubebuilder init --plugins=<plugin key>`, which will initialize a project configured for plugin with key
`<plugin key>`.

- A `layout: <plugin key>` in the scaffolded [PROJECT configuration file][project-file]. Commands (except for `init`, which scaffolds this file) will look at this value before running to choose which plugin to run.
- A `layout: <plugin key>` in the scaffolded [PROJECT configuration file][project-file-config]. Commands (except for `init`, which scaffolds this file) will look at this value before running to choose which plugin to run.

By default, `<plugin key>` will be `go.kubebuilder.io/vX`, where `X` is some integer.

Expand Down

0 comments on commit b0885c9

Please sign in to comment.