Skip to content

Commit

Permalink
Create delete-pods-role-binding.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bendaamerahm authored Jul 5, 2023
1 parent b467a59 commit 0c43be4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions delete-pods-role-binding.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: delete-pods-binding
namespace: default
subjects:
- kind: ServiceAccount
name: pod-deleter
namespace: default
roleRef:
kind: Role
name: delete-pods
apiGroup: rbac.authorization.k8s.io

0 comments on commit 0c43be4

Please sign in to comment.