Skip to content

Commit dbdae76

Browse files
committed
Fix
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 1154f4b commit dbdae76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.chloggen/inst-tls.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ subtext: |
2121
endpoint: https://otel-collector:4317
2222
tls:
2323
secretName: otel-tls-certs
24+
configMapName: otel-ca-bundle
25+
# otel-ca-bundle
2426
ca: ca.crt
27+
# present in otel-tls-certs
2528
cert: tls.crt
29+
# present in otel-tls-certs
2630
key: tls.key
2731
```
2832

0 commit comments

Comments
 (0)