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 have a lot of tests that start by installing the latest Gateway API CRDs, and end with removing them.
The YAML is fetched from GitHub every time (/content/en/boilerplates/snips/gateway-api-install-crds.sh).
I expect the tests that don't involve the Gateway API won't be perturbed by its presence.
Should we just install these CRDs at the start of testing the profile, and never remove them?
The text was updated successfully, but these errors were encountered:
We have a lot of tests that start by installing the latest Gateway API CRDs, and end with removing them.
The YAML is fetched from GitHub every time (
/content/en/boilerplates/snips/gateway-api-install-crds.sh
).I expect the tests that don't involve the Gateway API won't be perturbed by its presence.
Should we just install these CRDs at the start of testing the profile, and never remove them?
The text was updated successfully, but these errors were encountered: