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:
parent
b8370897f0
commit
f6e7147582
1 changed files with 3 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue