From c4f25d990f79c6150f150b48d2bdcbe5aaf908da Mon Sep 17 00:00:00 2001
From: jeremyharisch <jeremy@harisch.de>
Date: Fri, 10 Nov 2023 14:30:09 +0100
Subject: [PATCH] Increase retires and curation for kustomize applying

---
 internal/deploy/apply.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/internal/deploy/apply.go b/internal/deploy/apply.go
index ab2ce6888..4aed2085d 100644
--- a/internal/deploy/apply.go
+++ b/internal/deploy/apply.go
@@ -11,8 +11,8 @@ import (
 )
 
 const (
-	defaultRetries        = 3
-	defaultInitialBackoff = 3 * time.Second
+	defaultRetries        = 5
+	defaultInitialBackoff = 10 * time.Second
 )
 
 type applyOpts struct {