Skip to content

Commit 35b2213

Browse files
authored
Fix typo in values file (#861)
* Fix typo Co-authored-by: Jonathan Herlin <jonathan.herlin@elits.com>
1 parent ae2a38d commit 35b2213

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/postgres-operator/values-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ configLogicalBackup:
218218
logical_backup_s3_endpoint: ""
219219
# S3 Secret Access Key
220220
logical_backup_s3_secret_access_key: ""
221-
# S3 server side encription
221+
# S3 server side encryption
222222
logical_backup_s3_sse: "AES256"
223223
# backup schedule in the cron format
224224
logical_backup_schedule: "30 00 * * *"

charts/postgres-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ configLogicalBackup:
209209
logical_backup_s3_endpoint: ""
210210
# S3 Secret Access Key
211211
logical_backup_s3_secret_access_key: ""
212-
# S3 server side encription
212+
# S3 server side encryption
213213
logical_backup_s3_sse: "AES256"
214214
# backup schedule in the cron format
215215
logical_backup_schedule: "30 00 * * *"

docs/reference/operator_parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ configuration they are grouped under the `kubernetes` key.
284284
used for AWS volume resizing and not required if you don't need that
285285
capability. The default is `false`.
286286

287-
* **master_pod_move_timeout**
287+
* **master_pod_move_timeout**
288288
The period of time to wait for the success of migration of master pods from
289289
an unschedulable node. The migration includes Patroni switchovers to
290290
respective replicas on healthy nodes. The situation where master pods still
@@ -472,7 +472,7 @@ grouped under the `logical_backup` key.
472472
When using non-AWS S3 storage, endpoint can be set as a ENV variable. The default is empty.
473473

474474
* **logical_backup_s3_sse**
475-
Specify server side encription that S3 storage is using. If empty string
475+
Specify server side encryption that S3 storage is using. If empty string
476476
is specified, no argument will be passed to `aws s3` command. Default: "AES256".
477477

478478
* **logical_backup_s3_access_key_id**

0 commit comments

Comments
 (0)