You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We sometimes also see that reconciler fails to Patch. The issue seem to be that the Patch tries to update a non-existent resource when it should actually be creating it.
This patch
* adds a helper script to run e2e test locally
* ignore reconciliation error until #200 is properly fixed so that
other PRs can be merged and released
Related to #181 .
We sometimes also see that reconciler fails to
Patch
. The issue seem to be that thePatch
tries to update a non-existent resource when it should actually be creating it.E.g. - https://github.com/rhobs/observability-operator/actions/runs/3232742256/jobs/5294131669#step:4:989
The text was updated successfully, but these errors were encountered: