Add drift correction docs
This commit is contained in:
parent
61805454b1
commit
cb07a60258
|
|
@ -109,4 +109,13 @@ spec:
|
||||||
# If empty, the "default" cluster group is used.
|
# If empty, the "default" cluster group is used.
|
||||||
#
|
#
|
||||||
# targets: ...
|
# targets: ...
|
||||||
|
#
|
||||||
|
# Drift correction removes any external change made to resources managed by Fleet. It performs a helm rollback, which uses
|
||||||
|
# a three-way merge strategy by default. It will try to update all resources by doing a PUT request if force is enabled.
|
||||||
|
# Failed rollback will be removed from the helm history unless keepFailHistory is set to true.
|
||||||
|
#
|
||||||
|
# correctDrift:
|
||||||
|
# enabled: false
|
||||||
|
# force: false #Warning: it might recreate resources if set to true
|
||||||
|
# keepFailHistory: false
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue