(helm/v1-alpha) Nameprefix is missing in editor/viewer ClusterRoles after scaffolding #4566
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
What do you want to happen?
Hello,
I'm currently in the process moving the distribution of some Kubernetes operators from Kustomize to Helm. I used the plugin helm/v1-alpha for that and it worked really well so far.
The only thing I'm missing is the namePrefix for the ClusterRoles in the rbac subfolder.
In Kustomize I was able to define a namePrefix in "config/default/kustomization.yaml":
This lead to generated ClusterRoles with a namePrefix. This was really handy because this helps to identify the ClusterRoles of the corresponding Kubernetes operator quickly.
There is already a special treatment for some of the roles here:
So maybe there is a need for a more generic approach? What do you think?
KubeBuilder (CLI) Version
4.5.0
Extra Labels
No response
The text was updated successfully, but these errors were encountered: