Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
Signed-off-by: nyechiel <[email protected]>
  • Loading branch information
nyechiel authored and skitt committed Nov 23, 2020
1 parent c5ab3dd commit c22af2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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/).
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
```
Expand All @@ -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
Expand Down

0 comments on commit c22af2a

Please sign in to comment.