Skip to content

Commit 9e9882c

Browse files
Update observability.md
1 parent 805e4b8 commit 9e9882c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/docs/deployment/csmoperator/modules/observability.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ The CSM Observability module for supported Dell CSI Drivers can be installed via
1616
- Enable Observability module and components in [sample manifests](https://github.com/dell/csm-operator/tree/main/samples). If cert-manager has already been installed, don't enable it.
1717
- Observability will deploy with self-signed certificates by default. If you want to have custom certificates created instead, please generate certificates and private keys, encode them in base64, and insert them into the sample file as shown below for whichever components you are enabling:
1818
```
19+
# observability: allows to configure observability
20+
- name: observability
21+
...
1922
components:
2023
- name: topology
21-
...
24+
...
2225
# certificate: base64-encoded certificate for cert/private-key pair -- add cert here to use custom certificates
2326
# for self-signed certs, leave empty string
2427
# Allowed values: string

0 commit comments

Comments
 (0)