Skip to content

Commit

Permalink
🍱 [patch] Decrease successful jobs history limit to 0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pohfy123 authored Jul 22, 2020
1 parent 428c97e commit 86378b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (
maxConcurrentReconciles = 1

webhookAPI = "webhook/component"
successfulJobsHistoryLimit = int32(1)
successfulJobsHistoryLimit = int32(0)
)

type controller struct {
Expand Down

0 comments on commit 86378b2

Please sign in to comment.