Skip to content

Commit

Permalink
Update website/content/en/docs/building-operators/golang/quickstart.md
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 authored Aug 10, 2020
1 parent 04c4e57 commit 65259c7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Create a simple Memcached API:
operator-sdk create api --group cache --version v1 --kind Memcached --resource=true --controller=true
```

### You must configure your test environment
### Configure Test Environment (REQUIRED for building the operator)

[Setup the `envtest` binaries and environment][envtest-setup] for your project.
Update your `test` Makefile target to the following:
Expand Down Expand Up @@ -104,4 +104,3 @@ Read the [tutorial][tutorial] for an in-depth walkthough of building a Go operat
[operator_install]: /docs/installation/install-operator-sdk
[envtest-setup]: /docs/building-operators/golang/references/envtest-setup
[tutorial]: /docs/building-operators/golang/tutorial/

0 comments on commit 65259c7

Please sign in to comment.