Skip to content

Commit

Permalink
ocm: add image-builder role to ocm sa
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-harris committed Sep 29, 2021
1 parent fa3bca5 commit 3d44299
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,20 @@ subjects:
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: ocm-image-pusher
namespace: open-cluster-management
roleRef:
kind: Role
name: "system:image-builder"
apiGroup: rbac.authorization.k8s.io
subjects:
- kind: ServiceAccount
name: image-pusher
namespace: open-cluster-management
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: image-puller
namespace: open-cluster-management
Expand Down

0 comments on commit 3d44299

Please sign in to comment.