We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07f42d5 + 702e2cd commit 44a4454Copy full SHA for 44a4454
generators/resources/postgres.yaml
@@ -1,4 +1,4 @@
1
-# Creates a Postgres cluster via the Crunchy Postgres Operator.
+# Creates a Postgres cluster via the CloudNativePG PostgreSQL Operator.
2
#
3
# By default we create two users. One with the same name as the database which has
4
# CREATE rights and one readonly user who is only allowed to SELECT. Feel free to
@@ -96,4 +96,4 @@ spec:
96
# schedule: "0 0 1 * * *" # At 01:00 every day
97
# backupOwnerReference: self
98
# cluster:
99
-# name: {{ .Chart.Name }}%{suffix}
+# name: {{ .Chart.Name }}%{suffix}
0 commit comments