kube-prometheus: fix rolebinding
This entire thing is built in the monitoring namespace but the rolebinding was on default. This caused the operator to never launch.
This commit is contained in:
@@ -9,4 +9,4 @@ roleRef:
|
|||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: prometheus-operator
|
name: prometheus-operator
|
||||||
namespace: default
|
namespace: monitoring
|
||||||
|
Reference in New Issue
Block a user