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
fix: ensure that all required env variables are set before running tests
Currently we don't set defaults for 2 mandatory env variables:
CERT_MANAGER_VERSION and OPERATOR_IMAGE. If user doesn't define them
manually before running tests, the execution will fail with some
vague error messages.
This commit ensures that the env variables always have default values.
0 commit comments