Commit e9b6859
authored
Set
Fixes aws-controllers-k8s/community#1671
The 0 value of `defaultResyncPeriod` causes the controller to use 10
hours as a `resyncPeriod` .. which is a very confusing.
This patch sets the default value to 36000 (10 hours in seconds) to
match the expected default behaviour.
See https://github.com/aws-controllers-k8s/runtime/blob/main/pkg/runtime/reconciler.go#L48-L51
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.defaultResyncPeriod helm value to 36000 (#450)1 parent e04fca8 commit e9b6859
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments