Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
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
Kubespray
Commits
520103df
Commit
520103df
authored
7 years ago
by
Matthew Mosesohn
Browse files
Options
Downloads
Patches
Plain Diff
Change namespace for provisioner account
parent
3e3787de
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
roles/kubernetes-apps/local_volume_provisioner/templates/provisioner-admin-account.yml.j2
+4
-4
4 additions, 4 deletions
...me_provisioner/templates/provisioner-admin-account.yml.j2
with
4 additions
and
4 deletions
roles/kubernetes-apps/local_volume_provisioner/templates/provisioner-admin-account.yml.j2
+
4
−
4
View file @
520103df
...
...
@@ -8,11 +8,11 @@ apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: local-storage-provisioner-pv-binding
namespace:
default
namespace:
{{ system_namespace }}
subjects:
- kind: ServiceAccount
name: local-storage-admin
namespace:
default
namespace:
{{ system_namespace }}
roleRef:
kind: ClusterRole
name: system:persistent-volume-provisioner
...
...
@@ -22,11 +22,11 @@ apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: local-storage-provisioner-node-binding
namespace:
default
namespace:
{{ system_namespace }}
subjects:
- kind: ServiceAccount
name: local-storage-admin
namespace:
default
namespace:
{{ system_namespace }}
roleRef:
kind: ClusterRole
name: system:node
...
...
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