summaryrefslogtreecommitdiffstats
path: root/src/monitor/deploy/clusterrole_binding.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/monitor/deploy/clusterrole_binding.yaml')
-rw-r--r--src/monitor/deploy/clusterrole_binding.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/monitor/deploy/clusterrole_binding.yaml b/src/monitor/deploy/clusterrole_binding.yaml
new file mode 100644
index 00000000..73e74039
--- /dev/null
+++ b/src/monitor/deploy/clusterrole_binding.yaml
@@ -0,0 +1,12 @@
+kind: ClusterRoleBinding
+apiVersion: rbac.authorization.k8s.io/v1
+metadata:
+ name: monitor
+subjects:
+- kind: ServiceAccount
+ name: monitor
+ namespace: default
+roleRef:
+ kind: ClusterRole
+ name: monitor
+ apiGroup: rbac.authorization.k8s.io