mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-10-27 22:21:34 +01:00
added service account, role and role binding for the prometheus frontend example, also updated prometheus to use the correct service account fixes #1049
5 lines
74 B
YAML
5 lines
74 B
YAML
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: prometheus-frontend
|