Wolfgang Kulhanek
2019-06-04 dd105f114acc1f00e1ce829c3f29942ec6971598
1
2
3
4
5
6
7
8
9
10
11
12
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
  name: admin
roleRef:
  apiGroup: rbac.authorization.k8s.io
  kind: ClusterRole
  name: admin
subjects:
- kind: ServiceAccount
  name: openshift-ansible-service-broker-operator
  namespace: "{{ _broker_project }}"