namespace-configuration-operator has below clusterrole permission which gives it full cluster-level access. Is it possible to make it configurable via helm values of the helm chart?
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: namespace-configuration-operator-manager-role
rules:
- apiGroups:
- '*'
resources:
- '*'
verbs:
- '*'
...
namespace-configuration-operator has below clusterrole permission which gives it full cluster-level access. Is it possible to make it configurable via helm values of the helm chart?