Files
kube-prometheus/manifests/prometheus-k8s/prometheus-k8s-role-binding-namespace.yaml
2018-04-13 13:36:34 +02:00

14 lines
279 B
YAML

apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: prometheus-k8s
namespace: monitoring
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: prometheus-k8s
subjects:
- kind: ServiceAccount
name: prometheus-k8s
namespace: monitoring