summaryrefslogtreecommitdiffstats
path: root/roles/openshift_service_catalog/templates/sc_role_patching.j2
blob: 69b062b3f11fc9c8b0c15bdcf3813bafd8060ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{{ original_content }}
- apiGroups:
  - "servicecatalog.k8s.io"
  attributeRestrictions: null
  resources:
  - instances
  - bindings
  verbs:
  - create
  - update
  - delete
  - get
  - list
  - watch
- apiGroups:
  - "settings.k8s.io"
  attributeRestrictions: null
  resources:
  - podpresets
  verbs:
  - create
  - update
  - delete
  - get
  - list
  - watch