Add drift correction docs

This commit is contained in:
raul 2023-06-20 11:56:39 +02:00
parent 61805454b1
commit cb07a60258
No known key found for this signature in database
GPG Key ID: 950B34C265528A5C
1 changed files with 9 additions and 0 deletions

View File

@ -109,4 +109,13 @@ spec:
# If empty, the "default" cluster group is used.
#
# 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
```