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
meanwhile, the Claim will be put into the automatically generated namespace
k get claim -A
NAMESPACE NAME READY CONNECTION-SECRET AGE
kuttl-test-good-crow postgresqlinstance.gcp.platformref.upbound.io/platform-ref-gcp-db True platform-ref-gcp-db-conn 47m
Possible solutions
teach uptest to construct assert with automatically generated namespace
just document the need of explicit namespace specification for the namespace resources
What environment did it happen in?
universal-crossplane-1.9.1-up.2
uptest v0.2.0
The text was updated successfully, but these errors were encountered:
What happened?
The
uptest e2e
is ambiguously failing when thenamespace
is not specified for a namespacedClaim
How can we reproduce it?
Consider the
Claim
example from upbound/platform-ref-gcp#39If we remove explicit
namespace: default
from thisClaim
it will make uptest failingas the assert will treat it as cluster-scoped resource
meanwhile, the Claim will be put into the automatically generated namespace
Possible solutions
uptest
to construct assert with automatically generated namespacenamespace
specification for the namespace resourcesWhat environment did it happen in?
universal-crossplane-1.9.1-up.2
v0.2.0
The text was updated successfully, but these errors were encountered: