Skip to content

Commit

Permalink
update rolebindings for both multiport and multiport-admin service accts
Browse files Browse the repository at this point in the history
  • Loading branch information
ndhanushkodi committed Feb 18, 2022
1 parent 7008dec commit 24891c3
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,16 @@ roleRef:
name: system:openshift:scc:anyuid
subjects:
- kind: ServiceAccount
name: multiport
name: multiport
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: multiport-admin-openshift-anyuid
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: system:openshift:scc:anyuid
subjects:
- kind: ServiceAccount
name: multiport-admin
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,16 @@ roleRef:
name: system:openshift:scc:privileged
subjects:
- kind: ServiceAccount
name: static-server
name: multiport
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: multiport-admin-openshift-privileged
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: system:openshift:scc:privileged
subjects:
- kind: ServiceAccount
name: multiport-admin
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,16 @@ roleRef:
name: test-psp
subjects:
- kind: ServiceAccount
name: static-server
name: multiport
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: multiport-admin
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: test-psp
subjects:
- kind: ServiceAccount
name: multiport-admin

0 comments on commit 24891c3

Please sign in to comment.