hey all, was looking over some of the diff logic i...
# kubernetes
g
hey all, was looking over some of the diff logic in the provider and noticed what seems like a bug to me - i think this call should be
labelSelectorForceNewProperties(".spec.selector")
instead, since `matchLabels`/`matchExpressions` are fields inside LabelSelector, not directly inside the PVC spec object
just a typo or am i reading this wrong and it’s actually correct?
g
You’re right, that is a bug. Would you mind filing an issue or contributing a PR?
g
i can open a PR, sure - the label selector fields need to be added to the workload resources as well
🙏 1
as a followup, any chance we could get a new provider release cut with this commit?
g
Yes, I’m expecting to cut a release in the next day or two.
We also publish dev builds, so you could use that in the meantime if you’re blocked
g
👍 sounds great, thanks!
g
g
🎉 thank you!