From c863a24b2ecf6487a3329dc35f27c47c52a13e74 Mon Sep 17 00:00:00 2001 From: Drew Minnear Date: Tue, 10 Feb 2026 15:56:48 -0500 Subject: [PATCH] fix quoting for crd --- crds/gitops.hybrid-cloud-patterns.io_patterns.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/crds/gitops.hybrid-cloud-patterns.io_patterns.yaml b/crds/gitops.hybrid-cloud-patterns.io_patterns.yaml index 15957ab..f07e897 100644 --- a/crds/gitops.hybrid-cloud-patterns.io_patterns.yaml +++ b/crds/gitops.hybrid-cloud-patterns.io_patterns.yaml @@ -225,12 +225,14 @@ spec: type: object type: array deletionPhase: - description: "DeletionPhase tracks the current phase of pattern deletion\nValues: - \"\" (not deleting), \"DeleteSpokeChildApps\" (Phase 1: Delete child - applications from spoke clusters), \"DeleteSpoke\" (Phase 2: Delete - app of apps from spoke),\n\t\t\t\t \"DeleteHubChildApps\" (Phase - 3: Delete applications from hub), \"DeleteHub\" (Phase 4: Delete - app of apps from hub)" + description: | + DeletionPhase tracks the current phase of pattern deletion. + Values: + "" (not deleting), + "DeleteSpokeChildApps" (Phase 1: Delete child applications from spoke clusters), + "DeleteSpoke" (Phase 2: Delete app of apps from spoke), + "DeleteHubChildApps" (Phase 3: Delete applications from hub), + "DeleteHub" (Phase 4: Delete app of apps from hub) type: string lastError: description: Last error encountered by the pattern