Skip to content

Commit

Permalink
adjust pre-reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
gerred committed Jun 7, 2019
1 parent 726bf0b commit b49ff7d
Showing 1 changed file with 1 addition and 98 deletions.
99 changes: 1 addition & 98 deletions docs/deployment/00-prereqs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,111 +14,14 @@ metadata:
namespace: kudo-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: kudo-manager-role
rules:
- apiGroups:
- kudo.k8s.io
resources:
- frameworks
- frameworkversions
- instances
- planexecutions
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- apps
resources:
- deployments
- statefulsets
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- batch
resources:
- jobs
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
- configmaps
- events
verbs:
- get
- list
- watch
- create
- patch
- apiGroups:
- policy
resources:
- poddisruptionbudgets
- poddisruptionbudgets.policy
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- admissionregistration.k8s.io
resources:
- mutatingwebhookconfigurations
- validatingwebhookconfigurations
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
- secrets
- services
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
creationTimestamp: null
name: kudo-manager-rolebinding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: kudo-manager-role
name: cluster-admin
subjects:
- kind: ServiceAccount
name: kudo-manager
Expand Down

0 comments on commit b49ff7d

Please sign in to comment.