@@ -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
@@ -29005,7 +28998,6 @@ spec:
29005
28998
- bucket
29006
28999
type: object
29007
29000
name:
29008
- default: repo1
29009
29001
description: The name of the repository
29010
29002
pattern: ^repo[1-4]
29011
29003
type: string
@@ -30255,7 +30247,6 @@ spec:
30255
30247
More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
30256
30248
type: string
30257
30249
repoName:
30258
- default: repo1
30259
30250
description: |-
30260
30251
The name of the pgBackRest repo within the source PostgresCluster that contains the backups
30261
30252
that should be utilized to perform a pgBackRest restore when initializing the data source
@@ -32318,7 +32309,6 @@ spec:
32318
32309
- bucket
32319
32310
type: object
32320
32311
name:
32321
- default: repo1
32322
32312
description: The name of the repository
32323
32313
pattern: ^repo[1-4]
32324
32314
type: string
@@ -32644,10 +32634,8 @@ spec:
32644
32634
type: object
32645
32635
type: object
32646
32636
stanza:
32647
- default: db
32648
- description: |-
32649
- The name of an existing pgBackRest stanza to use as the data source for the new PostgresCluster.
32650
- Defaults to `db` if not provided.
32637
+ description: The name of an existing pgBackRest stanza to
32638
+ use as the data source for the new PostgresCluster.
32651
32639
type: string
32652
32640
tolerations:
32653
32641
description: |-
@@ -33659,7 +33647,6 @@ spec:
33659
33647
More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
33660
33648
type: string
33661
33649
repoName:
33662
- default: repo1
33663
33650
description: |-
33664
33651
The name of the pgBackRest repo within the source PostgresCluster that contains the backups
33665
33652
that should be utilized to perform a pgBackRest restore when initializing the data source
@@ -43321,7 +43308,7 @@ spec:
43321
43308
or archive.
43322
43309
properties:
43323
43310
enabled:
43324
- default: true
43311
+ default: false
43325
43312
description: |-
43326
43313
Whether or not the PostgreSQL cluster should be read-only. When this is
43327
43314
true, WAL files are applied from a pgBackRest repository or another
0 commit comments