Commit cfa1f70 1 parent f3308ad commit cfa1f70 Copy full SHA for cfa1f70
File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ operator.
38
38
[ notification-controller] [ ] )
39
39
* Built-in Kustomize compatible Helm post renderer, providing support
40
40
for strategic merge, JSON 6902 and images patches
41
+ * Supports detecting and correcting in-cluster changes compared to the desired
42
+ state of the Helm release
41
43
42
44
## Guides
43
45
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ actions that should be (conditionally) executed. Based on this the reconciler:
35
35
- performs a Helm install or upgrade action if needed
36
36
- performs a Helm test action if enabled
37
37
- performs a reconciliation strategy (rollback, uninstall) and retries as configured if any Helm action failed
38
+ - performs in cluster drift detection and correction if enabled
38
39
39
40
The controller that runs these Helm actions relies on [ source-controller] ( https://github.com/fluxcd/source-controller )
40
41
for providing the Helm charts from Helm repositories or any other source that source-controller
You can’t perform that action at this time.
0 commit comments