Skip to content

Commit

Permalink
[receiver/postgresql] Fix README.md typo (#13902)
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
shleeable authored Sep 6, 2022
1 parent e106d2d commit 5e92de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/postgresqlreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ receivers:
collection_interval: 10s
tls:
insecure: false
unsecure_skip_verify: false
insecure_skip_verify: false
ca_file: /home/otel/authorities.crt
cert_file: /home/otel/mypostgrescert.crt
key_file: /home/otel/mypostgreskey.key
Expand Down

0 comments on commit 5e92de5

Please sign in to comment.