Skip to content

Commit

Permalink
Merge pull request #82 from opzkit/remove-namespace-for-cluster-scoped
Browse files Browse the repository at this point in the history
fix: remove namespace from cluster scoped role/binding
  • Loading branch information
argoyle authored Aug 14, 2024
2 parents cc4834b + 0af2b26 commit b16be7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions addons/default-request-adder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: default-request-adder
namespace: kube-system
rules:
- apiGroups: [ "" ]
resources: [ "namespaces" ]
Expand All @@ -24,7 +23,6 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: default-request-adder
namespace: kube-system
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down

0 comments on commit b16be7a

Please sign in to comment.