Move scope files
This commit is contained in:
parent
56ce0eaae1
commit
af360c9950
10 changed files with 9 additions and 9 deletions
16
templates/scope/cluster-role-binding.yaml.j2
Normal file
16
templates/scope/cluster-role-binding.yaml.j2
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# borrowed from https://cloud.weave.works/k8s/scope.yaml?k8s-version=1.9.3
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: weave-scope
|
||||
labels:
|
||||
name: weave-scope
|
||||
namespace: weave
|
||||
roleRef:
|
||||
kind: ClusterRole
|
||||
name: weave-scope
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: weave-scope
|
||||
namespace: weave
|
||||
Loading…
Add table
Add a link
Reference in a new issue