➹ New Feature implementation request
A minor detail to fix possible nameconflict in non-namespaced resources.
Is your feature request related to a problem?
ClusterRoles and ClusterRolesBindings are not bound to any namespace. The metadata.name (manager-role and manager-rolebinding) of ClusterRoles and ClusterRolesBindings are too common and could cause nameconflicts. (happened in my cluster with another project)
Describe the solution you'd like
Change the names to securecodebox-manager-role and securecodebox-manager-rolebinding.
Describe alternatives you've considered
- A solution is to use kustomize to deploy the helm chart and patch the respective fields. However, this is overly complicated when the name can just be initialy fixed.
Additional context