-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
type: Reference complains about empty namespace #27
Comments
Shot in the dark here. Could it be that this is a bug in Crossplane? They way I understand this is that namespace should be |
Secrets are namespaced so I would think it would be required? The function should probably accept a namespace if it is provided. I guess the better question is whether |
Hi, yes, it's required, only cluster-scoped resources are allowed, the error message could be definitely more explicit. |
Ok, closing this issue |
What happened?
When trying to get extra resource using
Reference
a ReconcileError happens.How can we reproduce it?
composition step:
Status of XR:
The very secret secret
What environment did it happen in?
Function version: v0.0.3
Crossplane version: 1.16.0-up.1
All running locally in a kind cluster.
The text was updated successfully, but these errors were encountered: