-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33ed892
commit 7400d0d
Showing
5 changed files
with
112 additions
and
36 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,6 +1,7 @@ | ||
apiVersion: v2 | ||
name: postgrescluster | ||
description: A Helm chart for deploying Postgres using the Crunchy Operator | ||
description: A Helm chart for Kubernetes | ||
type: application | ||
version: 0.2.2 | ||
appVersion: 5.0.5 | ||
# The version below should match the version on the PostgresCluster CRD | ||
version: 5.6.0 | ||
appVersion: 5.6.0 |
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,44 @@ | ||
{{ template "chart.header" . }} | ||
{{ template "chart.description" . }} | ||
|
||
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} | ||
|
||
This chart is a fork of the upstream Crunchy examples chart found here: | ||
|
||
https://github.com/CrunchyData/postgres-operator-examples/tree/main/helm/postgres | ||
|
||
## Installing the Chart | ||
|
||
To access charts from this from the cli repository add it: | ||
|
||
```sh | ||
helm repo add strangiato https://strangiato.github.io/helm-charts/ | ||
helm repo update | ||
helm upgrade -i [release-name] strangiato/{{ template "chart.name" . }} | ||
``` | ||
|
||
To include a chart from this repository in an umbrella chart, include it in your dependencies in your `Chart.yaml` file. | ||
|
||
```yaml | ||
apiVersion: v2 | ||
name: example-chart | ||
description: A Helm chart for Kubernetes | ||
type: application | ||
|
||
version: 0.1.0 | ||
|
||
appVersion: "1.16.0" | ||
|
||
dependencies: | ||
- name: "{{ template "chart.name" . }}" | ||
version: "{{ template "chart.version" . }}" | ||
repository: "https://strangiato.github.io/helm-charts/" | ||
``` | ||
|
||
{{ template "chart.sourcesSection" . }} | ||
|
||
{{ template "chart.requirementsSection" . }} | ||
|
||
{{ template "chart.valuesSection" . }} | ||
|
||
{{ template "helm-docs.versionFooter" . }} |
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
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