Skip to content

Commit

Permalink
Remove appcatalog user roles
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Sep 20, 2024
1 parent 58f6616 commit d9a1943
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
name: appscode:appcatalog:admin
labels:
rbac.authorization.k8s.io/aggregate-to-admin: "true"
rbac.authorization.k8s.io/aggregate-to-edit: "true"
annotations:
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-delete-policy": before-hook-creation
Expand Down
10 changes: 0 additions & 10 deletions charts/kubevault-operator/templates/user-roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ rules:
resources:
- "*"
verbs: ["*"]
- apiGroups:
- appcatalog.appscode.com
resources:
- appbindings
verbs: ["*"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -66,8 +61,3 @@ rules:
resources:
- "*"
verbs: ["get", "list", "watch"]
- apiGroups:
- appcatalog.appscode.com
resources:
- appbindings
verbs: ["get", "list", "watch"]

0 comments on commit d9a1943

Please sign in to comment.