File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
charts/postgres-operator/crds
pkg/apis/acid.zalan.do/v1 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9494 s3_secret_access_key :
9595 type : string
9696 s3_force_path_style :
97- type : string
97+ type : boolean
9898 s3_wal_path :
9999 type : string
100100 timestamp :
Original file line number Diff line number Diff line change 5858 s3_secret_access_key :
5959 type : string
6060 s3_force_path_style :
61- type : string
61+ type : boolean
6262 s3_wal_path :
6363 type : string
6464 timestamp :
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ var PostgresCRDResourceValidation = apiextv1beta1.CustomResourceValidation{
160160 Type : "string" ,
161161 },
162162 "s3_force_path_style" : {
163- Type : "string " ,
163+ Type : "boolean " ,
164164 },
165165 "s3_wal_path" : {
166166 Type : "string" ,
You can’t perform that action at this time.
0 commit comments