Skip to content
Snippets Groups Projects
Commit acd51618 authored by Darren Shepherd's avatar Darren Shepherd Committed by Sheng Yang
Browse files

Remove namespaces from cluster scoped objects

parent 0bc65497
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,6 @@ apiVersion: rbac.authorization.k8s.io/v1beta1 ...@@ -13,7 +13,6 @@ apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRole kind: ClusterRole
metadata: metadata:
name: local-path-provisioner-role name: local-path-provisioner-role
namespace: local-path-storage
rules: rules:
- apiGroups: [""] - apiGroups: [""]
resources: ["nodes", "persistentvolumeclaims"] resources: ["nodes", "persistentvolumeclaims"]
...@@ -32,7 +31,6 @@ apiVersion: rbac.authorization.k8s.io/v1beta1 ...@@ -32,7 +31,6 @@ apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding kind: ClusterRoleBinding
metadata: metadata:
name: local-path-provisioner-bind name: local-path-provisioner-bind
namespace: local-path-storage
roleRef: roleRef:
apiGroup: rbac.authorization.k8s.io apiGroup: rbac.authorization.k8s.io
kind: ClusterRole kind: ClusterRole
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment