Skip to content

Commit 4cb906b

Browse files
derlindsessler7
authored andcommitted
Address PR comments and fix other small things
1 parent 21ede29 commit 4cb906b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

helm/postgres/values.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# image variable. This value is required.
1818
postgresVersion: 15
1919

20-
# postGISVersion if sets and coupled with a PostGIS enabled container, enables
20+
# postGISVersion if set and coupled with a PostGIS enabled container, enables
2121
# PostGIS. This version number needs to be available as one of the
2222
# "RELATED_IMAGE_POSTGRES_..." images as part of the PGO installation if you
2323
# want to deploy the image without setting the "postgres" image variable.
@@ -35,7 +35,7 @@ postgresVersion: 15
3535
# pgBouncerReplicas: 1
3636

3737
# monitoring enables the ability to monitor the Postgres cluster through a
38-
# metrics exporter than can be scraped by Prometheus. This defaults to the value
38+
# metrics exporter that can be scraped by Prometheus. This defaults to the value
3939
# below.
4040
# monitoring: false
4141

@@ -234,8 +234,8 @@ postgresVersion: 15
234234
# You can't set "multiBackupRepos" and any of the individual quickstarts at the
235235
# same time. "multiBackupRepos" will take precedence.
236236
#
237-
# Below is an example that enables one of each backup type. Not all
238-
# available quickstart options are presented below; please see the backup types
237+
# Below is an example that enables one of each backup type.
238+
# All available quickstart options are presented below; please see the backup types
239239
# if you want to see how each option works.
240240
# multiBackupRepos:
241241
# - volume:
@@ -264,15 +264,15 @@ postgresVersion: 15
264264
# Pooling / pgBouncer Settings #
265265
################################
266266

267-
# pgBouncerConfig sets all the pgBouncer portion of the spec except for
267+
# pgBouncerConfig sets all of the pgBouncer portions of the spec except for
268268
# image. To set image, you need to set the "pgBouncer" setting.
269269
# pgBouncerConfig: {}
270270

271271
#######################
272272
# Monitoring Settings #
273273
#######################
274274

275-
# monitoringConfig sets all the monitoring portion of the spec except for the
275+
# monitoringConfig sets all of the monitoring portions of the spec except for the
276276
# image. To set the image, which also enables monitoring, you need to set the
277277
# "monitoring" setting.
278278
# monitoringConfig: {}
@@ -308,7 +308,7 @@ postgresVersion: 15
308308
# be used in addition to any customizations that are added in.
309309
# disableDefaultPodScheduling: false
310310

311-
# openshift can set explicitly if this is an OpenShift cluster, or a cluster
311+
# openshift can be set explicitly if this is an OpenShift cluster or a cluster
312312
# that uses a SecurityContextConstraint. This usually does not need to be set,
313313
# but you may want to explicitly set it to "false" when using an SCC like
314314
# "anyuid"

0 commit comments

Comments
 (0)