-
Notifications
You must be signed in to change notification settings - Fork 15
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
ExecutionConfig did not properly set defaultProvider when using executionIdRef #121
Comments
hi, can you give an example? Resolving only once is in fact by design of crossplane and the default behaviour to reduce overhead. If you want to update references continously, you need a:
Can you try if that helps you please? |
thanks! I'll try to reproduce, and try that, probably what we were missing. |
Does the same behavior (resolving only once) apply to e.g. those using Selectors vs IdRefs? |
Can you Provide a minimal example for me? |
More background in this PR and the linked issues: crossplane/crossplane-runtime#328 It's a bit unintuitive that a Selector doesn't set |
Do you still need help @fujin ? |
I had to delete my Executions and ExecutionConfigs for the Execution to recreate, to propagate into the ExecutionConfig.
The text was updated successfully, but these errors were encountered: