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
+9 -2
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-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