Skip to content

Commit 92c406a

Browse files
fix: small updates to make it pass yaml linting
1 parent 36751db commit 92c406a

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

apps/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resources:
1313
# you can do something like below to allow your deployment repo
1414
# to define the exact versions that you want to use
1515
# you will need to replace your $DEPLOY_URL and $DEPLOY_REF
16-
#patches:
16+
# patches:
1717
# - target:
1818
# group: argoproj.io
1919
# version: v1alpha1

operators/rabbitmq-system/monitoring/rabbitmq-servicemonitor.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ kind: ServiceMonitor
44
metadata:
55
name: rabbitmq
66
namespace: rabbitmq-system
7-
# If labels are defined in spec.serviceMonitorSelector.matchLabels of your deployed Prometheus object, make sure to include them here.
87
spec:
98
endpoints:
109
- port: prometheus
@@ -16,12 +15,7 @@ spec:
1615
interval: 15s
1716
scrapeTimeout: 14s
1817
tlsConfig:
19-
insecureSkipVerify: true # set to false and uncomment lines below to enable tls verification
20-
# ca:
21-
# secret:
22-
# key: ca.crt
23-
# name: tls-secret # name of the secret containing the CA cert which signed the RabbitMQ Prometheus TLS cert
24-
# serverName: '*.RABBITMQ-INSTANCE-NAME.NAMESPACE.svc.cluster.local'
18+
insecureSkipVerify: true
2519
- port: prometheus
2620
scheme: http
2721
path: /metrics/detailed

0 commit comments

Comments
 (0)