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
This is expected to some degree (changing fields managed by the operator isn't particularly supported), but i think we're running into a quirk of how patching works for lists: It tries to re-add the port 80 binding rather than overwriting the port 83 binding.
I'm not sure how we'd want to go about overwriting the external change there - without building out specific get/update logic instead of the simpler patching 🤔
Steps to repro:
kubectl edit deploy
to change the port number from80
to something else (i.e.83
).spin-operator
.The text was updated successfully, but these errors were encountered: