provisioning-catalog/components/prometheus/cluster/templates/clusterrolebinding.yaml.j2

16 lines
354 B
Text
Raw Normal View History

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: prometheus
labels:
app: prometheus
app.kubernetes.io/managed-by: provisioning
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: prometheus
subjects:
- kind: ServiceAccount
name: prometheus
namespace: {{ taskserv.namespace }}