Skip to content

Commit

Permalink
Remove unnecessary namespace from cluster role definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
nflynt committed Aug 7, 2023
1 parent 01ea868 commit 795c94b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cleanup/ad-guid-unmigration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: cattle-cleanup-binding
namespace: default
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down Expand Up @@ -60,7 +59,6 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: cattle-cleanup-role
namespace: default
rules:
- apiGroups:
- '*'
Expand Down

0 comments on commit 795c94b

Please sign in to comment.