Skip to content

Commit

Permalink
Increase retires and curation for kustomize applying (#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharisch authored Nov 10, 2023
1 parent f6ac492 commit 8229241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/deploy/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
)

const (
defaultRetries = 3
defaultInitialBackoff = 3 * time.Second
defaultRetries = 5
defaultInitialBackoff = 10 * time.Second
)

type applyOpts struct {
Expand Down

0 comments on commit 8229241

Please sign in to comment.