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
{{ message }}
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
One example is PodDisruptionBudget, another is RBAC objects (role binding cannot be changed to reference a different role IIRC).
For immutable resource kinds we should either implement a custom code, or just add some way of adding "immutable" flag per kind which will tell Smith to delete-and-create instead of updating if the spec is different.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
One example is
PodDisruptionBudget
, another is RBAC objects (role binding cannot be changed to reference a different role IIRC).For immutable resource kinds we should either implement a custom code, or just add some way of adding "immutable" flag per kind which will tell Smith to delete-and-create instead of updating if the spec is different.
The text was updated successfully, but these errors were encountered: