Skip to content

Commit

Permalink
Update the interval for Terraform's drift detection (#4181)
Browse files Browse the repository at this point in the history
  • Loading branch information
knanao authored Feb 13, 2023
1 parent 00b5cce commit 5bce4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/piped/driftdetector/terraform/detector.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func NewDetector(
stateGetter: stateGetter,
reporter: reporter,
appManifestsCache: appManifestsCache,
interval: time.Minute,
interval: 10 * time.Minute,
config: cfg,
secretDecrypter: sd,
gitRepos: make(map[string]git.Repo),
Expand Down

0 comments on commit 5bce4e3

Please sign in to comment.