17
17
# image variable. This value is required.
18
18
postgresVersion : 15
19
19
20
- # postGISVersion if sets and coupled with a PostGIS enabled container, enables
20
+ # postGISVersion if set and coupled with a PostGIS enabled container, enables
21
21
# PostGIS. This version number needs to be available as one of the
22
22
# "RELATED_IMAGE_POSTGRES_..." images as part of the PGO installation if you
23
23
# want to deploy the image without setting the "postgres" image variable.
@@ -35,7 +35,7 @@ postgresVersion: 15
35
35
# pgBouncerReplicas: 1
36
36
37
37
# 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
39
39
# below.
40
40
# monitoring: false
41
41
@@ -234,8 +234,8 @@ postgresVersion: 15
234
234
# You can't set "multiBackupRepos" and any of the individual quickstarts at the
235
235
# same time. "multiBackupRepos" will take precedence.
236
236
#
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
239
239
# if you want to see how each option works.
240
240
# multiBackupRepos:
241
241
# - volume:
@@ -264,15 +264,15 @@ postgresVersion: 15
264
264
# Pooling / pgBouncer Settings #
265
265
# ###############################
266
266
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
268
268
# image. To set image, you need to set the "pgBouncer" setting.
269
269
# pgBouncerConfig: {}
270
270
271
271
# ######################
272
272
# Monitoring Settings #
273
273
# ######################
274
274
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
276
276
# image. To set the image, which also enables monitoring, you need to set the
277
277
# "monitoring" setting.
278
278
# monitoringConfig: {}
@@ -308,7 +308,7 @@ postgresVersion: 15
308
308
# be used in addition to any customizations that are added in.
309
309
# disableDefaultPodScheduling: false
310
310
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
312
312
# that uses a SecurityContextConstraint. This usually does not need to be set,
313
313
# but you may want to explicitly set it to "false" when using an SCC like
314
314
# "anyuid"
0 commit comments