Skip to content

Commit

Permalink
Merge pull request #178 from vanou/fix_missing_flag_in_walkthrough
Browse files Browse the repository at this point in the history
Fix missing kubebuilder flag in walkthrough
  • Loading branch information
k8s-ci-robot authored Sep 16, 2021
2 parents 97e84c6 + 4b0cccc commit f416088
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 f416088

Please sign in to comment.