-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CNPG postgres-operator v1.25.0
Signed-off-by: Andrei Kvapil <[email protected]>
- Loading branch information
Showing
13 changed files
with
1,733 additions
and
808 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
8 changes: 6 additions & 2 deletions
8
packages/system/postgres-operator/charts/cloudnative-pg/README.md
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 5 additions & 2 deletions
7
packages/system/postgres-operator/charts/cloudnative-pg/templates/NOTES.txt
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,18 +1,21 @@ | ||
|
||
CloudNativePG operator should be installed in namespace "{{ .Release.Namespace }}". | ||
You can now create a PostgreSQL cluster with 3 nodes in the current namespace as follows: | ||
You can now create a PostgreSQL cluster with 3 nodes as follows: | ||
|
||
cat <<EOF | kubectl apply -f - | ||
# Example of PostgreSQL cluster | ||
apiVersion: postgresql.cnpg.io/v1 | ||
kind: Cluster | ||
metadata: | ||
name: cluster-example | ||
{{if not .Values.config.clusterWide -}} | ||
namespace: {{ .Release.Namespace }} | ||
{{- end }} | ||
spec: | ||
instances: 3 | ||
storage: | ||
size: 1Gi | ||
EOF | ||
|
||
kubectl get cluster | ||
kubectl get -A cluster | ||
|
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
Oops, something went wrong.