fix: change type for precreate_partition_hours from string to integer (#1571)

This commit is contained in:
kurokobo
2023-10-04 01:10:40 +09:00
committed by GitHub
parent 8518e0d1c7
commit 16a2b590d6
2 changed files with 3 additions and 2 deletions

View File

@@ -92,7 +92,8 @@ spec:
type: string
precreate_partition_hours:
description: Number of hours worth of events table partitions to precreate before backup to avoid pg_dump locks.
type: string
type: integer
format: int32
image_pull_policy:
description: The image pull policy
type: string

View File

@@ -53,7 +53,7 @@ spec:
- displayName: Precreate Partition Hours
path: precreate_partition_hours
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:text
- urn:alm:descriptor:com.tectonic.ui:number
- urn:alm:descriptor:com.tectonic.ui:advanced
- urn:alm:descriptor:com.tectonic.ui:hidden
- displayName: Database Backup Label Selector