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
Remove k8s.io replace directives from test module to resolve version conflicts.
The test module should not override k8s.io versions with replace directives
as this creates inconsistent vendoring errors in CI builds.
Kept only essential replaces:
- github.com/onsi/ginkgo/v2 → openshift fork
- k8s.io/pod-security-admission → v0.33.3 (required as it has v0.0.0 default)
This allows the test module to naturally resolve dependencies without
vendor directory conflicts.
0 commit comments