Skip to content

Commit

Permalink
Fix: sample Prometheus custom resource has wrong settings (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoader authored Apr 8, 2022
1 parent f683fd5 commit 815d07e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/samples/kafkacluster-prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ roleRef:
subjects:
- kind: ServiceAccount
name: prometheus
namespace: default
namespace: kafka
---
apiVersion: monitoring.coreos.com/v1
kind: Prometheus
Expand All @@ -196,8 +196,8 @@ spec:
port: alerts
serviceMonitorSelector:
matchLabels:
app: kafka
kafka_cr: kafka
release: prometheus-operator
ruleSelector:
matchLabels:
prometheus: kafka-rules
Expand Down

0 comments on commit 815d07e

Please sign in to comment.