aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/microservices/remote-config-operator/deploy/role_binding.yaml
blob: f5b177720e6f6305990525ee86b7b196f7c5a5ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
  name: remote-config-operator
subjects:
- kind: ServiceAccount
  name: remote-config-operator
  namespace: operator
roleRef:
  kind: ClusterRole
  name: remote-config-operator
  apiGroup: rbac.authorization.k8s.io