We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Status propagation works
apiVersion: example.crossplane.io/v1beta1 kind: XR status: dummy: cool-status
But metadata propagation does not.
apiVersion: example.crossplane.io/v1beta1 kind: XR metadata: annotation: cool: annotation
Try to set custom annotation for XR as in the example above. You will notice that annotation is not propagated to the XR
Function version: v0.4.1
The text was updated successfully, but these errors were encountered:
This is because function can't update the xr outside of the status. See the upstream related issue: crossplane/crossplane#5434.
Sorry, something went wrong.
No branches or pull requests
What happened?
Status propagation works
But metadata propagation does not.
How can we reproduce it?
Try to set custom annotation for XR as in the example above. You will notice that annotation is not propagated to the XR
What environment did it happen in?
Function version: v0.4.1
The text was updated successfully, but these errors were encountered: