-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
What would you like to be added?
The description field when pushed to netbox is currently hardcoded to be the resourcce name followed by the spec.description followed by a hardcoded warning, e.g. my-namespace/my-prefix my description // managed by netbox-operator, please don't edit it in Netbox unless you know what you're doing
.
Add support for this message to be customized.
Why is this needed?
When viewing from the netbox UI and there dozens or hundreds of resources, it can be hard to find the description you are looking for because there is a lot of visual clutter due to the resource name and the hard coded warning. This feature would allow users to remove parts of the message while maintaining backward compatibility with the default behavior.
jstudler