Skip to content

Commit

Permalink
test: check rbac secret requirement (#276)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhilash Shetty <[email protected]>
  • Loading branch information
abhilashshetty04 authored Dec 7, 2023
1 parent db17d08 commit 75dc60a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions deploy/lvm-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1314,9 +1314,6 @@ apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: openebs-lvm-provisioner-role
rules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get", "list"]
- apiGroups: [""]
resources: ["namespaces"]
verbs: ["get", "list", "watch"]
Expand Down
3 changes: 0 additions & 3 deletions deploy/yamls/lvm-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -878,9 +878,6 @@ apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: openebs-lvm-provisioner-role
rules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get", "list"]
- apiGroups: [""]
resources: ["namespaces"]
verbs: ["get", "list", "watch"]
Expand Down

0 comments on commit 75dc60a

Please sign in to comment.