Skip to content

Commit 77288f5

Browse files
committed
Fixing markdown
1 parent d3e7de8 commit 77288f5

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

examples/helm-charts/README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22

33
This page explains how to use the HELM charts for the composition of all containers.
44

5-
* Chart `mariadb`: Deploys MariaDB pod
6-
* Chart `postfix`: Deploys Postfix pod
7-
* Chart `amavis`: Deploys Amavis pod
8-
* Chart `postfixadmin`: Deploys PostfixAdmin pod
9-
* Chart `roundcube`: Deploys Roundcube pod
10-
* Chart `mailserver`: Deploys all of above
11-
125
# HOWTO
136

147
## Prerequisites
@@ -38,13 +31,13 @@ helm repo add technicalguru https://raw.githubusercontent.com/technicalguru/helm
3831
helm repo update
3932
```
4033

41-
## Copy the original values file
34+
## Copy the original values.yaml file
4235

4336
Make sure you are working in your home directory (or whatever path you want to work in). Then download
44-
the values file e.g. via wget:
37+
the [`values.yaml`](https://raw.githubusercontent.com/technicalguru/helm-repo/master/src/mailserver/values.yaml) file e.g. via wget:
4538

4639
```
47-
wget -O my-values.yaml [https://raw.githubusercontent.com/technicalguru/helm-repo/master/src/mailserver/values.yaml](https://raw.githubusercontent.com/technicalguru/helm-repo/master/src/mailserver/values.yaml)
40+
wget -O my-values.yaml https://raw.githubusercontent.com/technicalguru/helm-repo/master/src/mailserver/values.yaml
4841
```
4942

5043
## Define you deployment values

0 commit comments

Comments
 (0)