Skip to content

feat(helm/fluent-operator): add option to disable rbac creation #1556

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

Merged
merged 1 commit into from
Apr 11, 2025

Conversation

gbloquel
Copy link
Contributor

What this PR does / why we need it:

Enable or disable ClusterRole and RoleBinding creation.
The use case is to allow users to use this chart in clusters where creating such objetcs is not allowed by helm deployment.
Also, it's adding the ability to customize the rules, as not all of them are required for the operator to work.

Which issue(s) this PR fixes:

Fixes (fluent/helm-charts#215)

Does this PR introduced a user-facing change?

None

Additional documentation, usage docs, etc.:

To use this feature, simply update a propertie in the values.

...
operator:
  rbac:
    create: true
...
  • set true for enable but it's default value.
  • set false for disable.

@cw-Guo
Copy link
Collaborator

cw-Guo commented Apr 10, 2025

Thanks @gbloquel for your contribution! this is a good enhancement for the helm chart. Before we can merge your pull request, can you please fix the DCO issue?

@joshuabaird joshuabaird merged commit 087a7da into fluent:master Apr 11, 2025
2 checks passed
@ncauchois ncauchois mentioned this pull request Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants