Fix prometheus clusterrole name
The clusterrole name for prometheus wasn't referenced correctly in the clusterrolebinding, resulting in issues with prometheus operating correctly Change-Id: I5b843d8a2b6829356098d71503ffce4a66d3198a
This commit is contained in:
parent
9b9425964b
commit
77503d150c
@ -67,7 +67,7 @@ subjects:
|
|||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
roleRef:
|
roleRef:
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
name: prometheus-runner
|
name: {{ $serviceAccountName }}
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1beta1
|
apiVersion: apps/v1beta1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user