Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Local Path Provisioner
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Local Path Provisioner
Commits
acd51618
Commit
acd51618
authored
Sep 20, 2019
by
Darren Shepherd
Committed by
Sheng Yang
Sep 20, 2019
Browse files
Options
Downloads
Patches
Plain Diff
Remove namespaces from cluster scoped objects
parent
0bc65497
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
deploy/local-path-storage.yaml
+0
-2
0 additions, 2 deletions
deploy/local-path-storage.yaml
with
0 additions
and
2 deletions
deploy/local-path-storage.yaml
+
0
−
2
View file @
acd51618
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment