Skip to content

Commit

Permalink
Increase retry count for kustomize applying (kyma-project#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharisch authored Nov 13, 2023
1 parent 29b2080 commit ba2aa3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/deploy/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

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

Expand Down

0 comments on commit ba2aa3d

Please sign in to comment.