Skip to content

Commit

Permalink
Update docs/book/src/reference/watching-resources.md
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 authored Sep 18, 2024
1 parent 2a8f81c commit b652eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/reference/watching-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ impact the primary resource and your controller's functionality.
Here are the key reasons why it's important to watch them:

- **Ensuring Consistency**:
- Secondary resources (e.g., child objects or external dependencies) may diverge from their expected state.
- Secondary resources (e.g., child objects or external dependencies) may diverge from their desired state.
For instance, a secondary resource may be modified or deleted, causing the system to fall out of sync.
- Watching secondary resources ensures that any changes are detected immediately, allowing the controller to
reconcile and restore the desired state.
Expand Down

0 comments on commit b652eed

Please sign in to comment.