fluxcd-community / helm-charts

Community maintained Helm charts for Flux
Apache License 2.0
121 stars 76 forks source link

Make cluster role name configurable #212

Closed petrepopescu21 closed 7 months ago

petrepopescu21 commented 7 months ago

What this PR does / why we need it:

Users should be able to assign a lower-scope ClusterRole to the reconciler which does not have full cluster admin privileges. This PR replaces the hardcoded name with a value

Special notes for your reviewer:

Checklist

petrepopescu21 commented 7 months ago

@stefanprodan I see you're active around here, PTAL 🫶🏻

stefanprodan commented 7 months ago

@haarchri wasn't this covered in the multitenancy section which allows setting privileged: false that drops cluster-admin?