Skip to content

Commit

Permalink
Fixing monitor configuration (open-telemetry#966)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
  • Loading branch information
yuriolisa authored Jul 8, 2022
1 parent 0db2d99 commit 4dfa634
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/prometheus/monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ spec:
scheme: https
bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
tlsConfig:
insecureSkipVerify: true
insecureSkipVerify: false
ca:
secret:
key: ca.crt
name: opentelemetry-operator-controller-manager-service-cert
selector:
matchLabels:
app.kubernetes.io/name: opentelemetry-operator
Expand Down

0 comments on commit 4dfa634

Please sign in to comment.