diff --git a/test/README.md b/test/README.md index f59bfad357..7a64a9ab77 100644 --- a/test/README.md +++ b/test/README.md @@ -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` ```