From c22af2a996e94f960cda105ba1d8c6de3e04ec67 Mon Sep 17 00:00:00 2001 From: nyechiel Date: Sun, 22 Nov 2020 19:52:34 +0200 Subject: [PATCH] Update README file Signed-off-by: nyechiel --- CONTRIBUTING.md | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57d7a70f..22a81bc9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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/). diff --git a/README.md b/README.md index 24402585..09e318f8 100644 --- a/README.md +++ b/README.md @@ -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: - + ```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 ``` - + Get the container internal ip: ```bash