Skip to content

Commit 44a4454

Browse files
authored
Merge pull request #8 from mrkhachaturov/patch-1
Update postgres.yaml
2 parents 07f42d5 + 702e2cd commit 44a4454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generators/resources/postgres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Creates a Postgres cluster via the Crunchy Postgres Operator.
1+
# Creates a Postgres cluster via the CloudNativePG PostgreSQL Operator.
22
#
33
# By default we create two users. One with the same name as the database which has
44
# CREATE rights and one readonly user who is only allowed to SELECT. Feel free to
@@ -96,4 +96,4 @@ spec:
9696
# schedule: "0 0 1 * * *" # At 01:00 every day
9797
# backupOwnerReference: self
9898
# cluster:
99-
# name: {{ .Chart.Name }}%{suffix}
99+
# name: {{ .Chart.Name }}%{suffix}

0 commit comments

Comments
 (0)