Skip to content

Commit 53fdf21

Browse files
1gtmtamalsaha
andauthored
[cherry-pick] Update README.md template (#523) (#531)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
1 parent 5c5e670 commit 53fdf21

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ gen-values-schema: $(BUILD_DIRS)
268268

269269
.PHONY: gen-readme
270270
gen-readme:
271-
jq -n -c --arg v "$(CHART_VERSION)" '{"version":$$v}' > /tmp/data.json
272-
render-gotpl --template=hack/templates/readme.txt --data=/tmp/data.json > README.md
271+
@jq -n -c --arg v "$(CHART_VERSION)" '{"version":$$v}' > /tmp/data.json
272+
@render-gotpl --template=hack/templates/readme.txt --data=/tmp/data.json > README.md
273273

274274
.PHONY: gen-chart-doc
275275
gen-chart-doc: gen-chart-doc-stash-postgres

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Install PostgreSQL 13.1 backup or restore plugin for Stash as below.
1515
```console
1616
helm repo add appscode https://charts.appscode.com/stable/
1717
helm repo update
18-
helm install stash-postgres-11.2-v2 appscode/stash-postgres --version=11.2-v2
18+
helm install stash-postgres-11.2-v1 appscode/stash-postgres --version=11.2-v1 --namespace=kube-system
1919
```
2020

2121
To install catalog for all supported PostgreSQL versions, please visit [here](https://github.com/stashed/catalog).
@@ -25,7 +25,7 @@ To install catalog for all supported PostgreSQL versions, please visit [here](ht
2525
Uninstall PostgreSQL 13.1 backup or restore plugin for Stash as below.
2626

2727
```console
28-
helm delete stash-postgres-11.2-v2
28+
helm uninstall stash-postgres-11.2-v1 --namespace=kube-system
2929
```
3030

3131
## Support

hack/templates/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Install PostgreSQL {{ $v.Major }}.{{ $v.Minor }} backup or restore plugin for St
1717
```console
1818
helm repo add appscode https://charts.appscode.com/stable/
1919
helm repo update
20-
helm install stash-postgres-{{ .version }} appscode/stash-postgres --version={{ .version }}
20+
helm install stash-postgres-{{ .version }} appscode/stash-postgres --version={{ .version }} --namespace=kube-system
2121
```
2222

2323
To install catalog for all supported PostgreSQL versions, please visit [here](https://github.com/stashed/catalog).
@@ -27,7 +27,7 @@ To install catalog for all supported PostgreSQL versions, please visit [here](ht
2727
Uninstall PostgreSQL {{ $v.Major }}.{{ $v.Minor }} backup or restore plugin for Stash as below.
2828

2929
```console
30-
helm delete stash-postgres-{{ .version }}
30+
helm uninstall stash-postgres-{{ .version }} --namespace=kube-system
3131
```
3232

3333
## Support

0 commit comments

Comments
 (0)