Skip to content

Commit cbab735

Browse files
authored
[chore][exporter/opensearchexporter] fix example configuration (#42395)
#### Description Fix broken tabulation in the example config that causes configuration failures.
1 parent b1c6c10 commit cbab735

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exporter/opensearchexporter/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ Supports standard TLS settings as part of HTTP settings. See [TLS Configuration/
124124
```yaml
125125
extensions:
126126
basicauth/client:
127-
client_auth:
128-
username: username
129-
password: password
127+
client_auth:
128+
username: username
129+
password: password
130130
131131
exporters:
132132
opensearch/trace:

0 commit comments

Comments
 (0)