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
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user