You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `sync_policy/automated` map has the following attributes:
144
145
*`prune` - (Optional), boolean, will prune resources automatically as part of automated sync. Defaults to `false`.
145
146
*`self_heal` - (Optional), boolean, enables auto-syncing if the live resources differ from the targeted revision manifests. Defaults to `false`.
146
147
148
+
The `sync_policy/retry` block has the following attributes:
149
+
*`limit` - (Optional), max number of allowed sync retries, as a string.
150
+
*`backoff` - (Optional), retry backoff strategy, structure is documented below
151
+
152
+
The `sync_policy/retry/backoff` map has the following attributes:
153
+
*`duration` - (Optional), Duration is the amount to back off. Default unit is seconds, but could also be a duration (e.g. "2m", "1h"), as a string.
154
+
*`factor` - (Optional), Factor is a factor to multiply the base duration after each failed retry, as a string.
155
+
*`max_duration` - (Optional), is the maximum amount of time allowed for the backoff strategy. Default unit is seconds, but could also be a duration (e.g. "2m", "1h"), as a string.
156
+
147
157
Each `ignore_difference` block can have the following attributes:
148
158
*`group` - (Optional) The targeted Kubernetes resource kind.
149
159
*`kind` - (Optional) The targeted Kubernetes resource kind.
0 commit comments