From 0ecd461ae544b24347d743a70656dce8b1bf1a79 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Thu, 6 Nov 2025 18:08:42 +0300 Subject: [PATCH] feat: remove backoff limit --- .../templates/hooks/pre-install/redis-secret-init/job.yaml | 1 - .../templates/hooks/pre-install/validate-usage.yaml | 1 - .../templates/hooks/pre-install/validate-values.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/charts/gitops-runtime/templates/hooks/pre-install/redis-secret-init/job.yaml b/charts/gitops-runtime/templates/hooks/pre-install/redis-secret-init/job.yaml index b35bb953e..a35fdf28a 100644 --- a/charts/gitops-runtime/templates/hooks/pre-install/redis-secret-init/job.yaml +++ b/charts/gitops-runtime/templates/hooks/pre-install/redis-secret-init/job.yaml @@ -7,7 +7,6 @@ metadata: helm.sh/hook-delete-policy: hook-succeeded,before-hook-creation helm.sh/hook-weight: "10" spec: - backoffLimit: 0 ttlSecondsAfterFinished: 300 template: spec: diff --git a/charts/gitops-runtime/templates/hooks/pre-install/validate-usage.yaml b/charts/gitops-runtime/templates/hooks/pre-install/validate-usage.yaml index a4408b240..9004e6a67 100644 --- a/charts/gitops-runtime/templates/hooks/pre-install/validate-usage.yaml +++ b/charts/gitops-runtime/templates/hooks/pre-install/validate-usage.yaml @@ -8,7 +8,6 @@ metadata: helm.sh/hook-delete-policy: hook-succeeded,before-hook-creation helm.sh/hook-weight: "10" spec: - backoffLimit: 0 ttlSecondsAfterFinished: 300 template: spec: diff --git a/charts/gitops-runtime/templates/hooks/pre-install/validate-values.yaml b/charts/gitops-runtime/templates/hooks/pre-install/validate-values.yaml index 3281e202f..21c0e07fb 100644 --- a/charts/gitops-runtime/templates/hooks/pre-install/validate-values.yaml +++ b/charts/gitops-runtime/templates/hooks/pre-install/validate-values.yaml @@ -7,7 +7,6 @@ metadata: helm.sh/hook: pre-install,pre-upgrade helm.sh/hook-delete-policy: hook-succeeded,before-hook-creation spec: - backoffLimit: 0 ttlSecondsAfterFinished: 300 template: spec: