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
The e2e is part of the main module which creates unnecessary dependencies. Make e2e a separate module to remove this. Update Makefile (and other scripts) that interact with e2e.
The text was updated successfully, but these errors were encountered:
Do we need to import operator @akijakya? Is there something specific on why that is the case?
It is used by the e2e tests to create a patch for the Vault cr so the startup secrets are updated, triggering a reload event. There might be other ways to do it though...
csatib02
added
lifecycle/keep
Denotes an issue or PR that should be preserved from going stale.
and removed
lifecycle/stale
Denotes an issue or PR that has become stale and will be auto-closed.
labels
Jun 16, 2024
The e2e is part of the main module which creates unnecessary dependencies. Make e2e a separate module to remove this. Update Makefile (and other scripts) that interact with e2e.
The text was updated successfully, but these errors were encountered: