kube-prometheus: Adjust to new Prometheus rule file CRD
89fc4e306972604eba2dcb961a6d29cc27a668ad introduced the new Prometheus rule file custom resource definition. This patch adjusts the kube-prometheus project to use the new custom resource definition.
This commit is contained in:
@@ -17,6 +17,7 @@ rules:
|
||||
- prometheuses/finalizers
|
||||
- alertmanagers/finalizers
|
||||
- servicemonitors
|
||||
- rulefiles
|
||||
verbs:
|
||||
- '*'
|
||||
- apiGroups:
|
||||
|
@@ -19,7 +19,7 @@ spec:
|
||||
- args:
|
||||
- --kubelet-service=kube-system/kubelet
|
||||
- --config-reloader-image=quay.io/coreos/configmap-reload:v0.0.1
|
||||
- --prometheus-config-reloader=quay.io/coreos/prometheus-config-reloader:v0.0.4
|
||||
- --prometheus-config-reloader=quay.io/coreos/prometheus-config-reloader:v0.19.0
|
||||
image: quay.io/coreos/prometheus-operator:v0.19.0
|
||||
name: prometheus-operator
|
||||
ports:
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user