-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from small-hack/add-comments-and-notes
Update README.md and values.yaml comments
- Loading branch information
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# CloudNativePG Tenant Chart | ||
|
||
https://small-hack.github.io/cloudnative-pg-tenant-chart/ | ||
|
||
## TLDR | ||
|
||
```bash | ||
# add the helm repo locally | ||
helm repo add cnpg https://small-hack.github.io/cloudnative-pg-tenant-chart | ||
|
||
# get the values and edit them if needed | ||
helm show values cnpg/cnpg-tenant > values.yaml | ||
|
||
# install the chart | ||
helm install cnpg cnpg/cnpg-tenant --values values.yaml | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters