Skip to content

Commit

Permalink
Remove unneeded extension-apiserver-authentication-reader from servic…
Browse files Browse the repository at this point in the history
…e catalog example template.

Upstream role was added in openshift#16517.
  • Loading branch information
Jim Minter committed Sep 28, 2017
1 parent 092c32e commit 24f8e57
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions examples/service-catalog/service-catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,21 +202,6 @@ objects:
namespace: kube-service-catalog
name: service-catalog-controller

- apiVersion: authorization.openshift.io/v1
kind: Role
metadata:
name: extension-apiserver-authentication-reader
namespace: ${KUBE_SYSTEM_NAMESPACE}
rules:
- apiGroups:
- ""
resourceNames:
- extension-apiserver-authentication
resources:
- configmaps
verbs:
- get

- apiVersion: authorization.openshift.io/v1
kind: RoleBinding
metadata:
Expand Down

0 comments on commit 24f8e57

Please sign in to comment.