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 036808f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 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
15 changes: 0 additions & 15 deletions pkg/oc/bootstrap/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 036808f

Please sign in to comment.