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