Skip to content

Commit a066469

Browse files
committed
Remove unused backup.pgbackrest.repos[].pvcsize parameter
1 parent 8b4d660 commit a066469

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

charts/postgres-operator/crds/postgresqls.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -885,8 +885,6 @@ spec:
885885
type: string
886886
throughput:
887887
type: integer
888-
Pvcsize:
889-
type: string
890888
required:
891889
- name
892890
- storage

manifests/postgresql.crd.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,8 +883,6 @@ spec:
883883
type: string
884884
throughput:
885885
type: integer
886-
Pvcsize:
887-
type: string
888886
required:
889887
- name
890888
- storage

pkg/apis/cpo.opensource.cybertec.at/v1/crds.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,9 +1313,6 @@ var PostgresCRDResourceValidation = apiextv1.CustomResourceValidation{
13131313
},
13141314
},
13151315
},
1316-
"pvcsize": {
1317-
Type: "string",
1318-
},
13191316
},
13201317
},
13211318
},

0 commit comments

Comments
 (0)