Skip to content

Commit

Permalink
Add helm to required tools
Browse files Browse the repository at this point in the history
Like other tools, developers have to install the tool manually, but helm
is available in package managers so this is trivial.

Signed-off-by: Nir Soffer <nsoffer@redhat.com>
  • Loading branch information
nirs committed Jun 15, 2023
1 parent 8fee925 commit 5043c86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ environment.
[Submariner subctl installation](https://submariner.io/operations/deployment/subctl/)
for the details. Version v0.15.1 was tested with drenv.

1. Install `helm` tool - on Fedora you can use:

```
dnf install helm
```

See [Installing Helm](https://helm.sh/docs/intro/install/) for other options.

1. Install `podman`

```
Expand Down

0 comments on commit 5043c86

Please sign in to comment.