Skip to content

Commit

Permalink
Merge pull request #2350 from armsnyder/base-golang-plugin
Browse files Browse the repository at this point in the history
✨Include base.go.kubebuilder.io/v3 plugin in CLI
  • Loading branch information
k8s-ci-robot authored Oct 2, 2021
2 parents a0187eb + c85a1eb commit bbf4fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func main() {
cli.WithVersion(versionString()),
cli.WithPlugins(
golangv2.Plugin{},
golangv3.Plugin{},
gov3Bundle,
&kustomizecommonv1.Plugin{},
&declarativev1.Plugin{},
Expand Down

0 comments on commit bbf4fbb

Please sign in to comment.