Skip to content

Commit

Permalink
Update docs/book/src/getting-started.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sajiyah Salat <109643863+Sajiyah-Salat@users.noreply.github.com>
  • Loading branch information
camilamacedo86 and Sajiyah-Salat committed Sep 11, 2023
1 parent 281cc42 commit 8931444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ func (r *MemcachedReconciler) Reconcile(ctx context.Context, req ctrl.Request) (
#### Observing changes on cluster

This controller is persistently observant, monitoring any events associated with this Kind. As a result, pertinent changes
instantly set off the controller's reconciliation process. It's worth noting that we have implemented the `watches` feature. [(More info)[watches]].
instantly set off the controller's reconciliation process. It's worth noting that we have implemented the `watches` feature. [(More info)][watches].
This allows us to monitor events related to creating, updating, or deleting a Custom Resource of the Memcached kind, as well as the Deployment
which is orchestrated and owned by its respective controller. Observe:

Expand Down

0 comments on commit 8931444

Please sign in to comment.