From 16a2b590d6f49b4ce082b6fe19e97b81b1a19339 Mon Sep 17 00:00:00 2001 From: kurokobo Date: Wed, 4 Oct 2023 01:10:40 +0900 Subject: [PATCH] fix: change type for precreate_partition_hours from string to integer (#1571) --- config/crd/bases/awx.ansible.com_awxbackups.yaml | 3 ++- config/manifests/bases/awx-operator.clusterserviceversion.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/crd/bases/awx.ansible.com_awxbackups.yaml b/config/crd/bases/awx.ansible.com_awxbackups.yaml index 0fc00a2f..74d325d0 100644 --- a/config/crd/bases/awx.ansible.com_awxbackups.yaml +++ b/config/crd/bases/awx.ansible.com_awxbackups.yaml @@ -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 diff --git a/config/manifests/bases/awx-operator.clusterserviceversion.yaml b/config/manifests/bases/awx-operator.clusterserviceversion.yaml index e1b8d92d..3aa16044 100644 --- a/config/manifests/bases/awx-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/awx-operator.clusterserviceversion.yaml @@ -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