Skip to content

RBACs should be configurable in helm chart deployment #250

@cihangirbesiktas

Description

@cihangirbesiktas

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:
  - '*'
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions