mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 20:10:34 +00:00
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
# Contributing
|
# 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/).
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# submariner-charts
|
# 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
|
## Dev workflow
|
||||||
|
|
||||||
@@ -39,7 +39,7 @@ helm init --client-only
|
|||||||
```
|
```
|
||||||
|
|
||||||
Serve the packaged charts through a local helm repository:
|
Serve the packaged charts through a local helm repository:
|
||||||
|
<!-- markdownlint-disable line-length -->
|
||||||
```bash
|
```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
|
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
|
```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
|
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:
|
Get the container internal ip:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user