Skip to content

Commit 4b0cccc

Browse files
committed
Fix missing kubebuilder flag in walkthrough
Add missing kubebuilder flag --repo
1 parent 8abbabd commit 4b0cccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/addon/walkthrough/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Create a new directory and use kubebuilder to scaffold the operator:
1818
export GO111MODULE=on
1919
mkdir -p guestbook-operator/
2020
cd guestbook-operator/
21-
kubebuilder init --plugins go.kubebuilder.io/v3,declarative.go.kubebuilder.io/v1 --domain example.org --license apache2 --owner "TODO($USER): assign copyright"
21+
kubebuilder init --plugins go.kubebuilder.io/v3,declarative.go.kubebuilder.io/v1 --domain example.org --license apache2 --owner "TODO($USER): assign copyright" --repo example.org/guestbook-operator
2222
```
2323

2424
### Adding our first CRD

0 commit comments

Comments
 (0)