mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-02-28 13:31:00 +01:00
* fix(charts): Skip cluster-scope RBAC on namespaced * Restore tenant-friendly installs by keeping RBAC namespaced if `.Values.gatewayNamespace` is set * `namespaced=true` and `gatewayNamespace` set results in a namespaced Role and Rolebinding for listing namespaces * `namespaced=true` AND `gatewayNamespace` unset will retain the original `ClusterRole` and `ClusterRoleBinding` * `namespace=false` will retain the original `ClusterRole` and `ClusterRoleBinding` * No breaking changes introduced Ticket: #5832 Signed-off-by: Tobias Harnickell <tobias.harnickell@bedag.ch> * fix: Add review feedback Signed-off-by: Tobias Harnickell <tobias@harnickell.ch> * fix: Ran helm-docs Signed-off-by: Tobias Harnickell <tobias@harnickell.ch> * doc: Update chart changelog Signed-off-by: Tobias Harnickell <tobias@harnickell.ch> --------- Signed-off-by: Tobias Harnickell <tobias.harnickell@bedag.ch> Signed-off-by: Tobias Harnickell <tobias@harnickell.ch>