Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add parameter to set capi group in helm chart #7689

Open
soer3n opened this issue Jan 13, 2025 · 0 comments
Open

add parameter to set capi group in helm chart #7689

soer3n opened this issue Jan 13, 2025 · 0 comments
Labels
area/helm-charts kind/feature Categorizes issue or PR as related to a new feature.

Comments

@soer3n
Copy link
Contributor

soer3n commented Jan 13, 2025

Which component are you using?:

/area helm-charts

Is your feature request designed to solve a problem? If so describe the problem this feature should solve.:

For autoscaler you have the option to configure a different capi group than cluster.x-k8s.io to be watched by the autoscaler pod via environment variable. Unfortunately the api group in the clusterrole and role templates in the autoscaler helm chart are set statically.

Describe the solution you'd like.:

I would like to have a value to configure both the api group for machine related resources in rolebinding/clusterrolebinding template which is deployed and used by the bound serviceaccount and the environment variable which is configured for the autoscaler pod.

Describe any alternative solutions you've considered.:

At the moment you can configure extraObjects to deploy additional objects like the role and rolebinding for a custom api group.

Additional context.:

@soer3n soer3n added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/helm-charts kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants