From 099a36875f0d5fad41eea63a8b36b7de01fd29a2 Mon Sep 17 00:00:00 2001 From: Ishita Sequeira Date: Thu, 7 Nov 2024 07:28:36 -0500 Subject: [PATCH] update CRDs Signed-off-by: Ishita Sequeira --- config/crd/bases/argoproj.io_applications.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/crd/bases/argoproj.io_applications.yaml b/config/crd/bases/argoproj.io_applications.yaml index 01d98b866..f85a22789 100644 --- a/config/crd/bases/argoproj.io_applications.yaml +++ b/config/crd/bases/argoproj.io_applications.yaml @@ -114,6 +114,11 @@ spec: sync: description: Sync contains parameters for the operation properties: + autoHealAttemptsCount: + description: SelfHealAttemptsCount contains the number of auto-heal + attempts + format: int64 + type: integer dryRun: description: DryRun specifies to perform a `kubectl apply --dry-run` without actually performing the sync @@ -2536,6 +2541,11 @@ spec: sync: description: Sync contains parameters for the operation properties: + autoHealAttemptsCount: + description: SelfHealAttemptsCount contains the number + of auto-heal attempts + format: int64 + type: integer dryRun: description: DryRun specifies to perform a `kubectl apply --dry-run` without actually performing the sync