diff --git a/README.md b/README.md index eff37f6..fa00796 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ Before serving the modified charts, the charts must be packaged for local usage. helm package ./submariner helm package ./submariner-k8s-broker ``` +Note: if you just installed helm, you have to init the helm, by running +```bash +helm init --client-only +``` + + Serve the packaged charts through a local helm repository: @@ -87,9 +93,10 @@ Search the new repo for submariner charts: helm search -l test-repo ``` -### Modify submariner e2e.sh script to use your local test-repo. +### Modify submariner e2e tests helm deployment script to use your local test-repo. -Change the line from: +You can test your helm-charts with e2e tests from the [shipyard](https://github.com/submariner-io/shipyard) repository. +In the file `scripts/shared/lib/deploy_helm` change the line from: ```bash helm repo add submariner-latest https://submariner-io.github.io/submariner-charts/charts @@ -106,4 +113,4 @@ helm repo add submariner-latest http://$internal_ip:8080 [helm]: https://helm.sh/docs/using_helm/#installing-helm [docker]: https://docs.docker.com/install/ [podman]: https://podman.io/getting-started/installation -[Create a fork]: https://help.github.com/en/articles/fork-a-repo \ No newline at end of file +[Create a fork]: https://help.github.com/en/articles/fork-a-repo