vshn / component-appcat

BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Explicitly specify readiness checks #385

Closed Kidswiss closed 2 months ago

Kidswiss commented 2 months ago

On some clusters we have issues with the default readiness check, which checks for the Ready condition on managed resources. However this seems bugged on at least one of our clusters, as Crossplane claims the check is invalid.

By explicitly adding it with an additional check, the check is accepted again. Even though we add the exact same check twice.

Checklist