From 1f80a5230694f4d9b9f14c792418d9889af931be Mon Sep 17 00:00:00 2001 From: CloudNativePG Automated Updates Date: Mon, 2 Dec 2024 14:23:06 +0000 Subject: [PATCH] chore: sync API --- pkg/api/v1/cluster_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/v1/cluster_types.go b/pkg/api/v1/cluster_types.go index c841a04..b81585b 100644 --- a/pkg/api/v1/cluster_types.go +++ b/pkg/api/v1/cluster_types.go @@ -523,7 +523,7 @@ const ( PhaseImageCatalogError = "Cluster has incomplete or invalid image catalog" // PhaseUnrecoverable for an unrecoverable cluster - PhaseUnrecoverable = "Cluster is in an unrecoverable state, needs manual intervention" + PhaseUnrecoverable = "Cluster is unrecoverable and needs manual intervention" // PhaseArchitectureBinaryMissing is the error phase describing a missing architecture PhaseArchitectureBinaryMissing = "Cluster cannot execute instance online upgrade due to missing architecture binary"