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
Things like kubernetes/kubernetes#118519 and kubernetes/kubernetes#118519 (comment) are problematic for server side apply logic. The api server ends up creating extra revisions for changes that are otherwise not considered meaningful when performing client side apply or other patches. In particular the usage of secret stringdata is converted to data and empty strings in an Ingress are either pruned or converted to null. It appears those changes may cause an issue with the matching logic the operator has on the client side - that is it will make it appear like the desired state is different that the server state, but not in a way that is actually meaningful.
see: keycloak/keycloak#22221
The text was updated successfully, but these errors were encountered: