Skip to content

Commit

Permalink
Remove pyjq and yq from the release documentation prereqs.
Browse files Browse the repository at this point in the history
The release now uses a vendored copy of yq, and pyjq is unused.
  • Loading branch information
benluddy committed Jan 14, 2020
1 parent 2187d3e commit fe0bf49
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions doc/design/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ Ensure you have `autoconf`, `automake`, and `libtool` installed. On Fedora, you
dnf install autoconf automake libtool
```

Install [pyjq](https://pypi.org/project/pyjq/) using `pip`. Finally install [yq](https://github.com/mikefarah/yq) (using `snap` on Fedora):

```
snap install yq
```

## Step 1: Verify Manifests
We need to ensure that `./manifests` folder is in sync with the templates in `deploy/chart/templates`.
* Make sure you have a clean workspace. `git status` should show no change(s) or untracked file.
Expand Down

0 comments on commit fe0bf49

Please sign in to comment.