Skip to content

Commit 21ede29

Browse files
derlindsessler7
authored andcommitted
Fix typos in READMEs and values.yaml
1 parent 23e9dcb commit 21ede29

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

helm/postgres/values.yaml

+14-14
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ postgresVersion: 15
133133
# patroni: {}
134134

135135
# users sets any custom Postgres users and databases that they have access to
136-
# as well as any permissions assoicated with the user account.
136+
# as well as any permissions associated with the user account.
137137
# users: {}
138138

139139
# dataSource specifies a data source for bootstrapping a Postgres cluster.
@@ -149,14 +149,14 @@ postgresVersion: 15
149149
# provides the information for the replication user.
150150
# customReplicationTLSSecret: {}
151151

152-
# databaseInitSQL referencs a ConfigMap that contains a SQL file that should be
152+
# databaseInitSQL references a ConfigMap that contains a SQL file that should be
153153
# run a cluster bootstrap.
154154
# databaseInitSQL:
155155
# name: bootstrap-sql
156156
# key: bootstrap.sql
157157

158-
# standby sets whether or not to run this as a standby cluster. Setting "enabled" to
159-
# "true" eunables the standby cluster while "repoName" points to a pgBackRest
158+
# standby sets whether to run this as a standby cluster. Setting "enabled" to
159+
# "true" enables the standby cluster while "repoName" points to a pgBackRest
160160
# archive to replay WAL files from, and "host" and "port" point to a primary
161161
# cluster from which to stream data.
162162
# standby:
@@ -165,7 +165,7 @@ postgresVersion: 15
165165
# host: "192.0.2.2"
166166
# port: 5432
167167

168-
# shutdown when set scales the entire workload to zero. By default this is not
168+
# shutdown when set scales the entire workload to zero. By default, this is not
169169
# set.
170170
# shutdown: true
171171

@@ -191,7 +191,7 @@ postgresVersion: 15
191191
# # endpoint specifies the S3 endpoint to use.
192192
# endpoint: ""
193193
# # region specifies the S3 region to use. If your S3 storage system does not
194-
# # use "region", fill this in with a random vaule.
194+
# # use "region", fill this in with a random value.
195195
# region: ""
196196
# # key is the S3 key. This is stored in a Secret.
197197
# key: ""
@@ -201,7 +201,7 @@ postgresVersion: 15
201201
# keyType: ""
202202
# # encryptionPassphrase is an optional parameter to enable encrypted backups
203203
# # with pgBackRest. This is encrypted by pgBackRest and does not use S3's
204-
# # built-in encrpytion system.
204+
# # built-in encryption system.
205205
# encryptionPassphrase: ""
206206

207207
# gcs allows for Google Cloud Storage (GCS) to be used for backups. This allows
@@ -221,7 +221,7 @@ postgresVersion: 15
221221
# azure:
222222
# # account is the name of the Azure account to be used.
223223
# account: ""
224-
# # key is the Secret key used associated with the Azure acount.
224+
# # key is the Secret key used associated with the Azure account.
225225
# key: ""
226226
# # container is the Azure container that the backups will be stored in.
227227
# container: ""
@@ -234,7 +234,7 @@ 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. Note all of the
237+
# Below is an example that enables one of each backup type. Not all
238238
# available quickstart options are presented below; please see the backup types
239239
# if you want to see how each option works.
240240
# multiBackupRepos:
@@ -264,15 +264,15 @@ postgresVersion: 15
264264
# Pooling / pgBouncer Settings #
265265
################################
266266

267-
# pgBouncerConfig sets all of the pgBouncer portion of the spec except for
267+
# pgBouncerConfig sets all the pgBouncer portion 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 of the monitoring portion of the spec except for the
275+
# monitoringConfig sets all the monitoring portion 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: {}
@@ -283,7 +283,7 @@ postgresVersion: 15
283283

284284
# metadata contains any metadata that should be applied to all PGO managed
285285
# objects in this Postgres cluster. This includes "annotations" and "labels" as
286-
# subkeys.
286+
# sub-keys.
287287
# metadata: {}
288288

289289
# service customizes the Service that exposes the Postgres primary.
@@ -299,7 +299,7 @@ postgresVersion: 15
299299
# imagePullSecrets: []
300300

301301
# supplementalGroups sets any group IDs that should be assigned to
302-
# Pods, particularly around file system contraints within a system
302+
# Pods, particularly around file system constraints within a system
303303
# supplementalGroups: []
304304

305305
# disableDefaultPodScheduling if set to true, will disable any of the default
@@ -310,6 +310,6 @@ postgresVersion: 15
310310

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

kustomize/certmanager/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This example shows how to use custom self-signed certificates generated by Cert-
1111
The first step is to deploy Cert-Manager to the Kubernetes cluster. To do this, follow the instructions on the Cert-Manager website (https://cert-manager.io/docs/installation/).
1212

1313
## Setup Certificate Issuer
14-
After Cert-Manager has been deployed, the next step used in this example is to setup a Certificate Issuer. The Certificate Issuer can be configured to be local to a namespace or cluster wide. In the examples provided here, a cluster wide issuer is created.
14+
After Cert-Manager has been deployed, the next step used in this example is to set up a Certificate Issuer. The Certificate Issuer can be configured to be local to a namespace or cluster wide. In the examples provided here, a cluster wide issuer is created.
1515

1616
### Configure Issuer
1717

@@ -25,7 +25,7 @@ This Kustomize deployment performs the following actions:
2525
* Generates a common CA certificate.
2626
* Creates a cluster wide (ClusterIssuer) CA certificate issuer using the generated CA certificate.
2727

28-
By default the issues are created in the cert-manager namespace which is the default namespace for Cert-Manager.
28+
By default, the issues are created in the cert-manager namespace which is the default namespace for Cert-Manager.
2929

3030
The CA certificate issuer is important as the Postgres components require that the ca.crt be the same for the certificates generated to support Postgres.
3131

0 commit comments

Comments
 (0)