fix validation for S3ForcePathStyle

This commit is contained in:
Felix Kunde 2020-02-21 16:32:06 +01:00
parent e2a9b03913
commit ce753f6a2e
3 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ spec:
s3_secret_access_key: s3_secret_access_key:
type: string type: string
s3_force_path_style: s3_force_path_style:
type: string type: boolean
s3_wal_path: s3_wal_path:
type: string type: string
timestamp: timestamp:

View File

@ -58,7 +58,7 @@ spec:
s3_secret_access_key: s3_secret_access_key:
type: string type: string
s3_force_path_style: s3_force_path_style:
type: string type: boolean
s3_wal_path: s3_wal_path:
type: string type: string
timestamp: timestamp:

View File

@ -160,7 +160,7 @@ var PostgresCRDResourceValidation = apiextv1beta1.CustomResourceValidation{
Type: "string", Type: "string",
}, },
"s3_force_path_style": { "s3_force_path_style": {
Type: "string", Type: "boolean",
}, },
"s3_wal_path": { "s3_wal_path": {
Type: "string", Type: "string",