Change namespace for provisioner account

This commit is contained in:
Matthew Mosesohn 2017-11-02 10:16:08 +00:00
parent 3e3787de15
commit 520103df78

View file

@ -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