1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Add note about yq

This commit is contained in:
Docs 2022-04-19 11:56:57 -07:00
parent b8370897f0
commit f6e7147582
No known key found for this signature in database
GPG key ID: 275EE95647BA5BC6

View file

@ -8,6 +8,8 @@ git clone https://github.com/external-secrets/external-secrets.git
cd external-secrets
```
_Note: many of the `make` commands use [yq](https://github.com/mikefarah/yq), version 4.2X.X or higher._
If you want to run controller tests you also need to install kubebuilder's `envtest`.
The recommended way to do so is to install [setup-envtest](https://pkg.go.dev/sigs.k8s.io/controller-runtime/tools/setup-envtest)
@ -124,4 +126,4 @@ Open `http://localhost:8000` in your browser.
Since mike uses a branch to create/update documentation, any docs operation will create a diff on your local `gh-pages` branch.
When finished writing/reviewing the docs, clean up your local docs branch changes with `git branch -D gh-pages`
When finished writing/reviewing the docs, clean up your local docs branch changes with `git branch -D gh-pages`