mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 21:30:35 +00:00
Update the README file (#19)
* Update the README file * update README file with shipyard changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user