Skip to content

Commit c26a5e2

Browse files
authored
Merge pull request #1229 from benluddy/release-doc-prereqs
Remove pyjq and yq from the release documentation prereqs.
2 parents 11a7dbb + fe0bf49 commit c26a5e2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/design/release.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ Ensure you have `autoconf`, `automake`, and `libtool` installed. On Fedora, you
88
dnf install autoconf automake libtool
99
```
1010

11-
Install [pyjq](https://pypi.org/project/pyjq/) using `pip`. Finally install [yq](https://github.com/mikefarah/yq) (using `snap` on Fedora):
12-
13-
```
14-
snap install yq
15-
```
16-
1711
## Step 1: Verify Manifests
1812
We need to ensure that `./manifests` folder is in sync with the templates in `deploy/chart/templates`.
1913
* Make sure you have a clean workspace. `git status` should show no change(s) or untracked file.

0 commit comments

Comments
 (0)