Skip to content

Commit

Permalink
fix helm configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchengsix committed Apr 21, 2023
1 parent cfd15e3 commit 43c06d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/rabbitmq/templates/rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: rabbitmq-cluster-operator
namespace: {{ .Release.Namespace }}
1 change: 1 addition & 0 deletions charts/rabbitmq/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: rabbitmq-service-monitor
namespace: {{ .Release.Namespace }}
# If labels are defined in spec.serviceMonitorSelector.matchLabels of your deployed Prometheus object, make sure to include them here.
spec:
endpoints:
Expand Down

0 comments on commit 43c06d6

Please sign in to comment.