We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
defaultResyncPeriod
1 parent e04fca8 commit e9b6859Copy full SHA for e9b6859
templates/helm/values.yaml.tpl
@@ -110,7 +110,7 @@ deletionPolicy: delete
110
# controller reconciliation configurations
111
reconcile:
112
# The default duration, in seconds, to wait before resyncing desired state of custom resources.
113
- defaultResyncPeriod: 0
+ defaultResyncPeriod: 36000 # 10 Hours
114
# An object representing the reconcile resync configuration for each specific resource.
115
resourceResyncPeriods: {}
116
0 commit comments