Skip to content

Commit

Permalink
update (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-johan-grahn authored Apr 27, 2024
1 parent 906e622 commit 63627bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/How-it-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Reloader watches for `ConfigMap` and `Secret` and detects if there are changes in data of these objects. After change detection Reloader performs rolling upgrade on relevant Pods via associated `Deployment`, `Daemonset` and `Statefulset`.

## How Change Detection Works
## How Does Change Detection Work?

Reloader watches changes in `configmaps` and `secrets` data. As soon as it detects a change in these. It forwards these objects to an update handler which decides if and how to perform the rolling upgrade.

Expand Down

0 comments on commit 63627bb

Please sign in to comment.