-
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.
[postgrescluster] add README and docs links
- Loading branch information
Showing
4 changed files
with
43 additions
and
7 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,7 +1,7 @@ | ||
apiVersion: v2 | ||
name: postgres | ||
name: postgrescluster | ||
description: A Helm chart for deploying a PostgresCluster instance using Crunchy Postgres Operator. https://access.crunchydata.com/documentation/postgres-operator/latest | ||
type: application | ||
# The version below should match the version on the PostgresCluster CRD | ||
version: 5.6.0 | ||
appVersion: 5.6.0 | ||
version: 5.6.1 | ||
appVersion: 5.6.1 |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# PostgresCluster | ||
|
||
This chart is used to deploy a `PostgresCluster` instance using [Crunchy Postgres Operator](https://access.crunchydata.com/documentation/postgres-operator/latest). | ||
|
||
This chart is just a copy of their example chart. It is only copied here so that it is available in our Helm repository (the official chart is not published anywhere and requires a git clone). | ||
|
||
Docs: | ||
|
||
<https://access.crunchydata.com/documentation/postgres-operator/latest/> | ||
|
||
Examples Repo: | ||
|
||
<https://github.com/CrunchyData/postgres-operator-examples> | ||
|
||
Original source of this chart: | ||
|
||
<https://github.com/CrunchyData/postgres-operator-examples/tree/main/helm/postgres> | ||
|
||
Full `PostgresCluster` CRD reference (all of these configs are available in the chart values): | ||
|
||
<https://access.crunchydata.com/documentation/postgres-operator/latest/references/crd/5.6.x/postgrescluster> |
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
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