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
Create a storage account managed resource with an empty ipRules list.
What happened?
The entire ipRules parameter is removed from the spec, and I believe this means reconciliation will not check for drift for this config. When setting an empty list you want the list to be empty, however, resource drift will not be caught as the controller never sees this drift because the empty list is not in the desired state.
Relevant Error Output Snippet
no error message, just unwanted resource drift in Azure.
Crossplane Version
1.18
Provider Version
1.9.0
Kubernetes Version
1.30.5
Kubernetes Distribution
AKS
Additional Info
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Affected Resource(s)
storage.azure.upbound.io/v1beta2
Resource MRs required to reproduce the bug
Steps to Reproduce
Create a storage account managed resource with an empty
ipRules
list.What happened?
The entire
ipRules
parameter is removed from the spec, and I believe this means reconciliation will not check for drift for this config. When setting an empty list you want the list to be empty, however, resource drift will not be caught as the controller never sees this drift because the empty list is not in the desired state.Relevant Error Output Snippet
no error message, just unwanted resource drift in Azure.
Crossplane Version
1.18
Provider Version
1.9.0
Kubernetes Version
1.30.5
Kubernetes Distribution
AKS
Additional Info
No response
The text was updated successfully, but these errors were encountered: