Skip to content

Commit

Permalink
Roll back changes to templated file
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlan-ibm committed Dec 20, 2023
1 parent d462dd3 commit 526aa91
Showing 1 changed file with 2 additions and 33 deletions.
35 changes: 2 additions & 33 deletions src/config/rbac/role.yaml
Original file line number Diff line number Diff line change
@@ -1,43 +1,12 @@

# Copyright contributors to the IBM Security Verify Access Operator project

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: manager-role
rules:
- apiGroups:
- apps
resources:
- deployments
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ibm.com
resources:
Expand Down

0 comments on commit 526aa91

Please sign in to comment.