-
Notifications
You must be signed in to change notification settings - Fork 78
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
[Bug]: auto-created family provider does not inherit runtimeConfigRef from other providers #665
Comments
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as |
This issue is being closed since there has been no activity for 14 days since marking it as |
/fresh |
I have a similar issue. It seems somewhat awkward to have to add the parent provider as code with its own |
Not sure why this was closed. I am facing a similar issue when adding DeploymentRuntimeConfig to provider-azure-containerservice in order to add proxy environment variables. I am trying to create a "Resource Group" which seems to be deployed from from the provider-azure-family and thus does not succeed as there is no proxy config |
Anyone with a similar issue, i found the solution. There is a default DeploymentRuntimeConfig created which is referenced by the family providers. So you just need to edit this to add your spec |
Is there an existing issue for this?
Affected Resource(s)
provider.pkg.crossplane.io/v1
Resource MRs required to reproduce the bug
Steps to Reproduce
runtimeConfigRef
, e.g.xpkg.upbound.io/upbound/provider-azure-storage
.What happened?
When the family provider is created automatically by creating a child provider, it does not inherit the runtimeConfigRef of the child providers.
Relevant Error Output Snippet
No response
Crossplane Version
1.15.0
Provider Version
0.42.1
Kubernetes Version
1.28.0
Kubernetes Distribution
KinD
Additional Info
Two options are possible to resolve currently:
xpkg.upbound.io/upbound/provider-family-azure
and specify the requiredruntimeConfigRef
.runtimeConfigReg
in any of the child providers.The text was updated successfully, but these errors were encountered: