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.
Smith currently checks for conflicts in its own resource names, but allows the user to set the object names in the bundle. Among other things, this means:
two resources in the same bundle can refer to the same underlying objects, leading to Smith fighting itself if their specs are different
users can rename the resource, but not the metadata name, which may lead to delete/recreate fight over resource
resource creation can fail late due to ownerReference clash with object elsewhere
The text was updated successfully, but these errors were encountered:
Smith currently checks for conflicts in its own resource names, but allows the user to set the object names in the bundle. Among other things, this means:
The text was updated successfully, but these errors were encountered: