Skip to content

Commit

Permalink
Fix missing kubebuilder flag in walkthrough
Browse files Browse the repository at this point in the history
Add missing kubebuilder flag --repo
  • Loading branch information
vanou committed Sep 15, 2021
1 parent 8abbabd commit 4b0cccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/addon/walkthrough/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Create a new directory and use kubebuilder to scaffold the operator:
export GO111MODULE=on
mkdir -p guestbook-operator/
cd guestbook-operator/
kubebuilder init --plugins go.kubebuilder.io/v3,declarative.go.kubebuilder.io/v1 --domain example.org --license apache2 --owner "TODO($USER): assign copyright"
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
```

### Adding our first CRD
Expand Down

0 comments on commit 4b0cccc

Please sign in to comment.