Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
Signed-off-by: kahoulei <kahou.lei@okta.com>
  • Loading branch information
kahoulei committed Jun 6, 2024
1 parent d9f7dfa commit 140c3d8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/operator-manual/reconcile.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ data:

## Completely ignore resources update

There is an use case that you would like to completely ignore the resources at all. This mostly happens when some dependent
There is a use case that you would like to completely ignore the resources at all. This mostly happens when some dependent
resources are created by another resource (e.g. a Job and a Pod are created by a CronJob and you want to ignore the Job
and the Pod).

Expand Down Expand Up @@ -159,5 +159,8 @@ spec:
And you should see the following debug message (if enabled) in the `application-controller` log:

```
Ignoring change of object because none of the watched resource fields have changed or annotation argocd.argoproj.io/apply-resources-update is set to false
Ignoring change of object because none of the watched resource fields have changed
```

Note: If you add annotation to any resource with `argocd.argoproj.io/apply-resources-update=true`, argocd controller
will refresh that resource regardless if it belongs to the application or not.

0 comments on commit 140c3d8

Please sign in to comment.