Commit 4b9a131
fix: wait for CRDs to be Established in OpenShift E2E workflow
Resolves #277. The previous check used `kubectl get crd` to verify CRD
existence, which was redundant since a successful `kubectl apply` already
guarantees that. What actually needs checking is that the CRDs become
"Established", meaning the API servers have digested the definitions.
Replace the existence checks with `kubectl wait --for=condition=Established`
calls (60s timeout) for each of the three FMA CRDs.
Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7eb291a commit 4b9a131
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
| |||
0 commit comments