Skip to content

Commit

Permalink
Update envtest.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
neufeldtech committed Dec 14, 2022
1 parent 3adb0d3 commit 5266844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/src/reference/envtest.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ by default. `make test` is the one-stop shop for downloading the binaries, setti

The make targets require `bash` to run.

## Installation in Air Gaped/disconnected environments
## Installation in Air Gapped/disconnected environments
If you would like to download the tarball containing the binaries, to use in a disconnected environment you can use
[`setup-envtest`][setup-envtest] to download the required binaries locally. There are a lot of ways to configure `setup-envtest` to avoid talking to
the internet you can read about them [here](https://github.com/kubernetes-sigs/controller-runtime/tree/master/tools/setup-envtest#what-if-i-dont-want-to-talk-to-the-internet).
Expand Down Expand Up @@ -298,4 +298,4 @@ testEnv = &envtest.Environment{
[setup-envtest]: https://pkg.go.dev/sigs.k8s.io/controller-runtime/tools/setup-envtest
[cert-manager]: https://book.kubebuilder.io/cronjob-tutorial/cert-manager.html
[sdk-e2e-sample-example]: https://github.com/operator-framework/operator-sdk/tree/master/testdata/go/v3/memcached-operator/test/e2e
[sdk]: https://github.com/operator-framework/operator-sdk
[sdk]: https://github.com/operator-framework/operator-sdk

0 comments on commit 5266844

Please sign in to comment.