Skip to content

Commit

Permalink
reflect changed verbs list
Browse files Browse the repository at this point in the history
  • Loading branch information
ITViking committed Jan 9, 2025
1 parent 38a3b74 commit f7deda6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ metadata:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: deployments-patch-list-cluster-role
name: deployments-patch-list-get-patch-cluster-role
rules:
- apiGroups: [""]
resources: ["namespaces"]
Expand All @@ -84,5 +84,5 @@ subjects:
namespace: default
roleRef:
kind: ClusterRole
name: deployments-patch-list-cluster-role
name: deployments-patch-list-get-patch-cluster-role
apiGroup: rbac.authorization.k8s.io

0 comments on commit f7deda6

Please sign in to comment.