Replies: 1 comment
-
Hi @mancave , likeley you will need a PerResourcePollingEventSource: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to trigger a reconcile update if a CustomCRD is referencing to a resource that has changed. Like the CustomCRD has a field that is a url and the content behind that url has changed.
Normal the reconcile -> will trigger the public Deployment update(Deployment actual, Deployment desired, WebServicesWorkerCRD primary, Context context) of the CRUDKubernetesDependentResource if the url changes. But if the url did not change but the content where it pointing towards.
Beta Was this translation helpful? Give feedback.
All reactions