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
|