Skip to content

Commit cfa1f70

Browse files
committed
docs: add notes about drift detection support
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
1 parent f3308ad commit cfa1f70

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ operator.
3838
[notification-controller][])
3939
* Built-in Kustomize compatible Helm post renderer, providing support
4040
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
4143

4244
## Guides
4345

docs/spec/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ actions that should be (conditionally) executed. Based on this the reconciler:
3535
- performs a Helm install or upgrade action if needed
3636
- performs a Helm test action if enabled
3737
- 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
3839

3940
The controller that runs these Helm actions relies on [source-controller](https://github.com/fluxcd/source-controller)
4041
for providing the Helm charts from Helm repositories or any other source that source-controller

0 commit comments

Comments
 (0)