Skip to content

Commit a0e4046

Browse files
authored
Merge pull request #2 from takirala/patch-1
chore: drop namespace for cluster scoped resources
2 parents f93df96 + f207160 commit a0e4046

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

controller/resources/rbac.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ kind: ClusterRole
33
apiVersion: rbac.authorization.k8s.io/v1
44
metadata:
55
name: controller-role
6-
namespace: default
76
rules:
87
- apiGroups: ["objectstorage.k8s.io"]
98
resources: ["bucketclaims", "bucketaccesses", "bucketclaims/status", "bucketaccesses/status"]
@@ -25,7 +24,6 @@ kind: ClusterRoleBinding
2524
apiVersion: rbac.authorization.k8s.io/v1
2625
metadata:
2726
name: controller
28-
namespace: default
2927
labels:
3028
app.kubernetes.io/part-of: container-object-storage-interface
3129
app.kubernetes.io/component: controller

0 commit comments

Comments
 (0)