aboutsummaryrefslogtreecommitdiffstats
path: root/src/monitor/deploy/role_binding.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/monitor/deploy/role_binding.yaml')
-rw-r--r--src/monitor/deploy/role_binding.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/monitor/deploy/role_binding.yaml b/src/monitor/deploy/role_binding.yaml
new file mode 100644
index 00000000..69cd2935
--- /dev/null
+++ b/src/monitor/deploy/role_binding.yaml
@@ -0,0 +1,11 @@
+kind: RoleBinding
+apiVersion: rbac.authorization.k8s.io/v1
+metadata:
+ name: monitor
+subjects:
+- kind: ServiceAccount
+ name: monitor
+roleRef:
+ kind: Role
+ name: monitor
+ apiGroup: rbac.authorization.k8s.io