@@ -424,7 +424,6 @@ spec:
424
424
- bucket
425
425
type: object
426
426
name:
427
- default: repo1
428
427
description: The name of the repository
429
428
pattern: ^repo[1-4]
430
429
type: string
@@ -4191,7 +4190,6 @@ spec:
4191
4190
- bucket
4192
4191
type: object
4193
4192
name:
4194
- default: repo1
4195
4193
description: The name of the repository
4196
4194
pattern: ^repo[1-4]
4197
4195
type: string
@@ -5433,7 +5431,6 @@ spec:
5433
5431
More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
5434
5432
type: string
5435
5433
repoName:
5436
- default: repo1
5437
5434
description: |-
5438
5435
The name of the pgBackRest repo within the source PostgresCluster that contains the backups
5439
5436
that should be utilized to perform a pgBackRest restore when initializing the data source
@@ -7016,7 +7013,6 @@ spec:
7016
7013
- bucket
7017
7014
type: object
7018
7015
name:
7019
- default: repo1
7020
7016
description: The name of the repository
7021
7017
pattern: ^repo[1-4]
7022
7018
type: string
@@ -7342,10 +7338,8 @@ spec:
7342
7338
type: object
7343
7339
type: object
7344
7340
stanza:
7345
- default: db
7346
- description: |-
7347
- The name of an existing pgBackRest stanza to use as the data source for the new PostgresCluster.
7348
- Defaults to `db` if not provided.
7341
+ description: The name of an existing pgBackRest stanza to
7342
+ use as the data source for the new PostgresCluster.
7349
7343
type: string
7350
7344
tolerations:
7351
7345
description: |-
@@ -8357,7 +8351,6 @@ spec:
8357
8351
More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
8358
8352
type: string
8359
8353
repoName:
8360
- default: repo1
8361
8354
description: |-
8362
8355
The name of the pgBackRest repo within the source PostgresCluster that contains the backups
8363
8356
that should be utilized to perform a pgBackRest restore when initializing the data source
@@ -18104,7 +18097,7 @@ spec:
18104
18097
or archive.
18105
18098
properties:
18106
18099
enabled:
18107
- default: true
18100
+ default: false
18108
18101
description: |-
18109
18102
Whether or not the PostgreSQL cluster should be read-only. When this is
18110
18103
true, WAL files are applied from a pgBackRest repository or another
@@ -29003,7 +28996,6 @@ spec:
29003
28996
- bucket
29004
28997
type: object
29005
28998
name:
29006
- default: repo1
29007
28999
description: The name of the repository
29008
29000
pattern: ^repo[1-4]
29009
29001
type: string
@@ -30253,7 +30245,6 @@ spec:
30253
30245
More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
30254
30246
type: string
30255
30247
repoName:
30256
- default: repo1
30257
30248
description: |-
30258
30249
The name of the pgBackRest repo within the source PostgresCluster that contains the backups
30259
30250
that should be utilized to perform a pgBackRest restore when initializing the data source
@@ -32316,7 +32307,6 @@ spec:
32316
32307
- bucket
32317
32308
type: object
32318
32309
name:
32319
- default: repo1
32320
32310
description: The name of the repository
32321
32311
pattern: ^repo[1-4]
32322
32312
type: string
@@ -32642,10 +32632,8 @@ spec:
32642
32632
type: object
32643
32633
type: object
32644
32634
stanza:
32645
- default: db
32646
- description: |-
32647
- The name of an existing pgBackRest stanza to use as the data source for the new PostgresCluster.
32648
- Defaults to `db` if not provided.
32635
+ description: The name of an existing pgBackRest stanza to
32636
+ use as the data source for the new PostgresCluster.
32649
32637
type: string
32650
32638
tolerations:
32651
32639
description: |-
@@ -33657,7 +33645,6 @@ spec:
33657
33645
More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
33658
33646
type: string
33659
33647
repoName:
33660
- default: repo1
33661
33648
description: |-
33662
33649
The name of the pgBackRest repo within the source PostgresCluster that contains the backups
33663
33650
that should be utilized to perform a pgBackRest restore when initializing the data source
@@ -43319,7 +43306,7 @@ spec:
43319
43306
or archive.
43320
43307
properties:
43321
43308
enabled:
43322
- default: true
43309
+ default: false
43323
43310
description: |-
43324
43311
Whether or not the PostgreSQL cluster should be read-only. When this is
43325
43312
true, WAL files are applied from a pgBackRest repository or another
0 commit comments