Skip to content

Commit 38b4394

Browse files
committed
Updates for Readme
1 parent 2b0c21f commit 38b4394

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

helm/README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,30 @@ To use the Helm-Charts, you can either patch the repo onto your local system or
1515
In either case, please familiarise yourself with the relevant values files before use and create a custom variant to set up pgWatch according to your preferences in your environment.
1616

1717
### Helm-Repository
18-
comming soon
18+
```sh
19+
# Add Helm-Repo
20+
helm repo add pgwatch https://cybertec-postgresql.github.io/pgwatch-charts
21+
helm repo update
22+
23+
# Install helm-Chart
24+
helm install pgwatch pgwatch/pgwatch --values custom-values.yaml
25+
26+
# Upgrade helm-Chart
27+
helm upgrade pgwatch pgwatch/pgwatch --values custom-values.yaml
28+
```
1929

2030
### git clone
2131
```sh
2232
git clone https://github.com/cybertec-postgresql/pgwatch-charts.git
2333
cd pgwatch-chart/helm/pgwatch
2434

2535

26-
// Install helm-Chart
36+
# Install helm-Chart
2737
helm install pgwatch -n pgwatch -f custom-values.yaml .
2838

39+
# Upgrade Helm-Chart
40+
helm upgrade pgwatch -n pgwatch -f custom-values.yaml .
41+
2942
```
3043

3144
### Custom Values-file

helm/pgwatch/README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,30 @@ To use the Helm-Charts, you can either patch the repo onto your local system or
1313
In either case, please familiarise yourself with the relevant values files before use and create a custom variant to set up pgWatch according to your preferences in your environment.
1414

1515
### Helm-Repository
16-
comming soon
16+
```sh
17+
# Add Helm-Repo
18+
helm repo add pgwatch https://cybertec-postgresql.github.io/pgwatch-charts
19+
helm repo update
20+
21+
# Install helm-Chart
22+
helm install pgwatch pgwatch/pgwatch --values custom-values.yaml
23+
24+
# Upgrade helm-Chart
25+
helm upgrade pgwatch pgwatch/pgwatch --values custom-values.yaml
26+
```
1727

1828
### git clone
1929
```sh
2030
git clone https://github.com/cybertec-postgresql/pgwatch-charts.git
2131
cd pgwatch-chart/helm/pgwatch
2232

2333

24-
// Install helm-Chart
34+
# Install helm-Chart
2535
helm install pgwatch -n pgwatch -f custom-values.yaml .
2636

37+
# Upgrade Helm-Chart
38+
helm upgrade pgwatch -n pgwatch -f custom-values.yaml .
39+
2740
```
2841

2942
## customisation

0 commit comments

Comments
 (0)