Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apiVersion: rbac.authorization.k8s.io/v1
- kind: RoleBinding
- metadata:
- name: prometheus-view-pods-rolebinding
- namespace: <your-namespace>
- subjects:
- - kind: ServiceAccount
- name: <prometheus-service-account>
- namespace: <your-namespace>
- roleRef:
- kind: Role
- name: prometheus-view-pods-role
- apiGroup: rbac.authorization.k8s.io
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement