Update the README file (#19)

* Update the README file

* update README file with shipyard changes
This commit is contained in:
Alexey Roytman
2020-04-16 09:40:21 -04:00
committed by GitHub
parent 77b41721a9
commit d82c6ce442
+10 -3
View File
@@ -31,6 +31,12 @@ Before serving the modified charts, the charts must be packaged for local usage.
helm package ./submariner helm package ./submariner
helm package ./submariner-k8s-broker 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: 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 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 ```bash
helm repo add submariner-latest https://submariner-io.github.io/submariner-charts/charts 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 [helm]: https://helm.sh/docs/using_helm/#installing-helm
[docker]: https://docs.docker.com/install/ [docker]: https://docs.docker.com/install/
[podman]: https://podman.io/getting-started/installation [podman]: https://podman.io/getting-started/installation
[Create a fork]: https://help.github.com/en/articles/fork-a-repo [Create a fork]: https://help.github.com/en/articles/fork-a-repo