Skip to content

Commit bbbcd2b

Browse files
nmarukovichhors
andauthored
K8SPG-511 fix variables (#1054)
* fix variables * fix * delete default value for pgbackrest repo --------- Co-authored-by: Viacheslav Sarzhan <[email protected]>
1 parent 411a397 commit bbbcd2b

10 files changed

+32
-100
lines changed

build/crd/crunchy/generated/postgres-operator.crunchydata.com_postgresclusters.yaml

+3-9
Original file line numberDiff line numberDiff line change
@@ -3336,7 +3336,6 @@ spec:
33363336
- bucket
33373337
type: object
33383338
name:
3339-
default: repo1
33403339
description: The name of the repository
33413340
pattern: ^repo[1-4]
33423341
type: string
@@ -4578,7 +4577,6 @@ spec:
45784577
More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
45794578
type: string
45804579
repoName:
4581-
default: repo1
45824580
description: |-
45834581
The name of the pgBackRest repo within the source PostgresCluster that contains the backups
45844582
that should be utilized to perform a pgBackRest restore when initializing the data source
@@ -6671,7 +6669,6 @@ spec:
66716669
- bucket
66726670
type: object
66736671
name:
6674-
default: repo1
66756672
description: The name of the repository
66766673
pattern: ^repo[1-4]
66776674
type: string
@@ -6997,10 +6994,8 @@ spec:
69976994
type: object
69986995
type: object
69996996
stanza:
7000-
default: db
7001-
description: |-
7002-
The name of an existing pgBackRest stanza to use as the data source for the new PostgresCluster.
7003-
Defaults to `db` if not provided.
6997+
description: The name of an existing pgBackRest stanza to
6998+
use as the data source for the new PostgresCluster.
70046999
type: string
70057000
tolerations:
70067001
description: |-
@@ -8012,7 +8007,6 @@ spec:
80128007
More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
80138008
type: string
80148009
repoName:
8015-
default: repo1
80168010
description: |-
80178011
The name of the pgBackRest repo within the source PostgresCluster that contains the backups
80188012
that should be utilized to perform a pgBackRest restore when initializing the data source
@@ -17725,7 +17719,7 @@ spec:
1772517719
or archive.
1772617720
properties:
1772717721
enabled:
17728-
default: true
17722+
default: false
1772917723
description: |-
1773017724
Whether or not the PostgreSQL cluster should be read-only. When this is
1773117725
true, WAL files are applied from a pgBackRest repository or another

build/crd/percona/generated/pgv2.percona.com_perconapgbackups.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ spec:
132132
- bucket
133133
type: object
134134
name:
135-
default: repo1
136135
description: The name of the repository
137136
pattern: ^repo[1-4]
138137
type: string

build/crd/percona/generated/pgv2.percona.com_perconapgclusters.yaml

+3-9
Original file line numberDiff line numberDiff line change
@@ -3492,7 +3492,6 @@ spec:
34923492
- bucket
34933493
type: object
34943494
name:
3495-
default: repo1
34963495
description: The name of the repository
34973496
pattern: ^repo[1-4]
34983497
type: string
@@ -4734,7 +4733,6 @@ spec:
47344733
More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
47354734
type: string
47364735
repoName:
4737-
default: repo1
47384736
description: |-
47394737
The name of the pgBackRest repo within the source PostgresCluster that contains the backups
47404738
that should be utilized to perform a pgBackRest restore when initializing the data source
@@ -6317,7 +6315,6 @@ spec:
63176315
- bucket
63186316
type: object
63196317
name:
6320-
default: repo1
63216318
description: The name of the repository
63226319
pattern: ^repo[1-4]
63236320
type: string
@@ -6643,10 +6640,8 @@ spec:
66436640
type: object
66446641
type: object
66456642
stanza:
6646-
default: db
6647-
description: |-
6648-
The name of an existing pgBackRest stanza to use as the data source for the new PostgresCluster.
6649-
Defaults to `db` if not provided.
6643+
description: The name of an existing pgBackRest stanza to
6644+
use as the data source for the new PostgresCluster.
66506645
type: string
66516646
tolerations:
66526647
description: |-
@@ -7658,7 +7653,6 @@ spec:
76587653
More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
76597654
type: string
76607655
repoName:
7661-
default: repo1
76627656
description: |-
76637657
The name of the pgBackRest repo within the source PostgresCluster that contains the backups
76647658
that should be utilized to perform a pgBackRest restore when initializing the data source
@@ -17405,7 +17399,7 @@ spec:
1740517399
or archive.
1740617400
properties:
1740717401
enabled:
17408-
default: true
17402+
default: false
1740917403
description: |-
1741017404
Whether or not the PostgreSQL cluster should be read-only. When this is
1741117405
true, WAL files are applied from a pgBackRest repository or another

config/crd/bases/pgv2.percona.com_perconapgclusters.yaml

+3-10
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ spec:
131131
- bucket
132132
type: object
133133
name:
134-
default: repo1
135134
description: The name of the repository
136135
pattern: ^repo[1-4]
137136
type: string
@@ -3898,7 +3897,6 @@ spec:
38983897
- bucket
38993898
type: object
39003899
name:
3901-
default: repo1
39023900
description: The name of the repository
39033901
pattern: ^repo[1-4]
39043902
type: string
@@ -5140,7 +5138,6 @@ spec:
51405138
More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
51415139
type: string
51425140
repoName:
5143-
default: repo1
51445141
description: |-
51455142
The name of the pgBackRest repo within the source PostgresCluster that contains the backups
51465143
that should be utilized to perform a pgBackRest restore when initializing the data source
@@ -6723,7 +6720,6 @@ spec:
67236720
- bucket
67246721
type: object
67256722
name:
6726-
default: repo1
67276723
description: The name of the repository
67286724
pattern: ^repo[1-4]
67296725
type: string
@@ -7049,10 +7045,8 @@ spec:
70497045
type: object
70507046
type: object
70517047
stanza:
7052-
default: db
7053-
description: |-
7054-
The name of an existing pgBackRest stanza to use as the data source for the new PostgresCluster.
7055-
Defaults to `db` if not provided.
7048+
description: The name of an existing pgBackRest stanza to
7049+
use as the data source for the new PostgresCluster.
70567050
type: string
70577051
tolerations:
70587052
description: |-
@@ -8064,7 +8058,6 @@ spec:
80648058
More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
80658059
type: string
80668060
repoName:
8067-
default: repo1
80688061
description: |-
80698062
The name of the pgBackRest repo within the source PostgresCluster that contains the backups
80708063
that should be utilized to perform a pgBackRest restore when initializing the data source
@@ -17811,7 +17804,7 @@ spec:
1781117804
or archive.
1781217805
properties:
1781317806
enabled:
17814-
default: true
17807+
default: false
1781517808
description: |-
1781617809
Whether or not the PostgreSQL cluster should be read-only. When this is
1781717810
true, WAL files are applied from a pgBackRest repository or another

config/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml

+3-9
Original file line numberDiff line numberDiff line change
@@ -3318,7 +3318,6 @@ spec:
33183318
- bucket
33193319
type: object
33203320
name:
3321-
default: repo1
33223321
description: The name of the repository
33233322
pattern: ^repo[1-4]
33243323
type: string
@@ -4568,7 +4567,6 @@ spec:
45684567
More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
45694568
type: string
45704569
repoName:
4571-
default: repo1
45724570
description: |-
45734571
The name of the pgBackRest repo within the source PostgresCluster that contains the backups
45744572
that should be utilized to perform a pgBackRest restore when initializing the data source
@@ -6631,7 +6629,6 @@ spec:
66316629
- bucket
66326630
type: object
66336631
name:
6634-
default: repo1
66356632
description: The name of the repository
66366633
pattern: ^repo[1-4]
66376634
type: string
@@ -6957,10 +6954,8 @@ spec:
69576954
type: object
69586955
type: object
69596956
stanza:
6960-
default: db
6961-
description: |-
6962-
The name of an existing pgBackRest stanza to use as the data source for the new PostgresCluster.
6963-
Defaults to `db` if not provided.
6957+
description: The name of an existing pgBackRest stanza to
6958+
use as the data source for the new PostgresCluster.
69646959
type: string
69656960
tolerations:
69666961
description: |-
@@ -7972,7 +7967,6 @@ spec:
79727967
More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
79737968
type: string
79747969
repoName:
7975-
default: repo1
79767970
description: |-
79777971
The name of the pgBackRest repo within the source PostgresCluster that contains the backups
79787972
that should be utilized to perform a pgBackRest restore when initializing the data source
@@ -17634,7 +17628,7 @@ spec:
1763417628
or archive.
1763517629
properties:
1763617630
enabled:
17637-
default: true
17631+
default: false
1763817632
description: |-
1763917633
Whether or not the PostgreSQL cluster should be read-only. When this is
1764017634
true, WAL files are applied from a pgBackRest repository or another

deploy/bundle.yaml

+6-19
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,6 @@ spec:
424424
- bucket
425425
type: object
426426
name:
427-
default: repo1
428427
description: The name of the repository
429428
pattern: ^repo[1-4]
430429
type: string
@@ -4191,7 +4190,6 @@ spec:
41914190
- bucket
41924191
type: object
41934192
name:
4194-
default: repo1
41954193
description: The name of the repository
41964194
pattern: ^repo[1-4]
41974195
type: string
@@ -5433,7 +5431,6 @@ spec:
54335431
More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
54345432
type: string
54355433
repoName:
5436-
default: repo1
54375434
description: |-
54385435
The name of the pgBackRest repo within the source PostgresCluster that contains the backups
54395436
that should be utilized to perform a pgBackRest restore when initializing the data source
@@ -7016,7 +7013,6 @@ spec:
70167013
- bucket
70177014
type: object
70187015
name:
7019-
default: repo1
70207016
description: The name of the repository
70217017
pattern: ^repo[1-4]
70227018
type: string
@@ -7342,10 +7338,8 @@ spec:
73427338
type: object
73437339
type: object
73447340
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.
73497343
type: string
73507344
tolerations:
73517345
description: |-
@@ -8357,7 +8351,6 @@ spec:
83578351
More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
83588352
type: string
83598353
repoName:
8360-
default: repo1
83618354
description: |-
83628355
The name of the pgBackRest repo within the source PostgresCluster that contains the backups
83638356
that should be utilized to perform a pgBackRest restore when initializing the data source
@@ -18104,7 +18097,7 @@ spec:
1810418097
or archive.
1810518098
properties:
1810618099
enabled:
18107-
default: true
18100+
default: false
1810818101
description: |-
1810918102
Whether or not the PostgreSQL cluster should be read-only. When this is
1811018103
true, WAL files are applied from a pgBackRest repository or another
@@ -29005,7 +28998,6 @@ spec:
2900528998
- bucket
2900628999
type: object
2900729000
name:
29008-
default: repo1
2900929001
description: The name of the repository
2901029002
pattern: ^repo[1-4]
2901129003
type: string
@@ -30255,7 +30247,6 @@ spec:
3025530247
More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
3025630248
type: string
3025730249
repoName:
30258-
default: repo1
3025930250
description: |-
3026030251
The name of the pgBackRest repo within the source PostgresCluster that contains the backups
3026130252
that should be utilized to perform a pgBackRest restore when initializing the data source
@@ -32318,7 +32309,6 @@ spec:
3231832309
- bucket
3231932310
type: object
3232032311
name:
32321-
default: repo1
3232232312
description: The name of the repository
3232332313
pattern: ^repo[1-4]
3232432314
type: string
@@ -32644,10 +32634,8 @@ spec:
3264432634
type: object
3264532635
type: object
3264632636
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.
3265132639
type: string
3265232640
tolerations:
3265332641
description: |-
@@ -33659,7 +33647,6 @@ spec:
3365933647
More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
3366033648
type: string
3366133649
repoName:
33662-
default: repo1
3366333650
description: |-
3366433651
The name of the pgBackRest repo within the source PostgresCluster that contains the backups
3366533652
that should be utilized to perform a pgBackRest restore when initializing the data source
@@ -43321,7 +43308,7 @@ spec:
4332143308
or archive.
4332243309
properties:
4332343310
enabled:
43324-
default: true
43311+
default: false
4332543312
description: |-
4332643313
Whether or not the PostgreSQL cluster should be read-only. When this is
4332743314
true, WAL files are applied from a pgBackRest repository or another

0 commit comments

Comments
 (0)