Skip to content

Commit

Permalink
update chart to say Cluster instead of tenant everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Nov 6, 2023
1 parent b8dd206 commit 540ce6c
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ This [helm chart](https://small-hack.github.io/cloudnative-pg-tenant-chart/) is
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
helm show values cnpg/cnpg-cluster > values.yaml

# install the chart
helm install cnpg cnpg/cnpg-tenant --values values.yaml
helm install cnpg cnpg/cnpg-cluster --values values.yaml
```
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: cnpg-tenant
name: cnpg-cluster
description: Create postgres tenant clusters managed by the CNPG Operator
type: application
version: 0.2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cnpg-tenant
# cnpg-cluster

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Expand Down
File renamed without changes.

0 comments on commit 540ce6c

Please sign in to comment.