Update README file

Signed-off-by: nyechiel <nyechiel@redhat.com>
This commit is contained in:
nyechiel
2020-11-23 11:51:43 +01:00
committed by Stephen Kitt
parent c5ab3dd7d7
commit c22af2a996
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# Contributing
Please see the [Contributing docs on Submariner's website](https://submariner.io/contributing/).
Please see the [Contributing docs on Submariner's website](https://submariner.io/for_developers/).
+3 -3
View File
@@ -1,6 +1,6 @@
# submariner-charts
Please see the [Helm docs on Submariner's website](https://submariner.io/deployment/helm/).
Please see the [Helm docs on Submariner's website](https://submariner.io/operations/deployment/helm/).
## Dev workflow
@@ -39,7 +39,7 @@ helm init --client-only
```
Serve the packaged charts through a local helm repository:
<!-- markdownlint-disable line-length -->
```bash
docker run -d --rm --name helm-repo -p 8080:8080 -v $PWD:/charts -e DEBUG=true -e STORAGE=local -e STORAGE_LOCAL_ROOTDIR=/charts chartmuseum/chartmuseum
```
@@ -49,7 +49,7 @@ or
```bash
sudo podman run -d --rm --name helm-repo -p 8080:8080 -v $PWD:/charts -e DEBUG=true -e STORAGE=local -e STORAGE_LOCAL_ROOTDIR=/charts chartmuseum/chartmuseum
```
<!-- markdownlint-enable line-length -->
Get the container internal ip:
```bash