Skip to content

Commit ad7d39b

Browse files
authored
Merge pull request #121355 from Sohamdg081992/main
Fix bug in a statement to create cert in a particular location
2 parents a7a402b + ce93a51 commit ad7d39b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/containers/prometheus-metrics-scrape-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ The secret should be created in kube-system namespace and then the configmap/CRD
466466

467467
Below are the details about how to provide the TLS config settings through a configmap or CRD.
468468

469-
- To provide the TLS config setting in a configmap, please create the self-signed certificate and key inside /etc/prometheus/certs directory inside your mtls enabled app.
469+
- To provide the TLS config setting in a configmap, please create the self-signed certificate and key inside your mtls enabled app.
470470
An example tlsConfig inside the config map should look like this:
471471

472472
```yaml
@@ -477,7 +477,7 @@ tls_config:
477477
insecure_skip_verify: false
478478
```
479479

480-
- To provide the TLS config setting in a CRD, please create the self-signed certificate and key inside /etc/prometheus/certs directory inside your mtls enabled app.
480+
- To provide the TLS config setting in a CRD, please create the self-signed certificate and key inside your mtls enabled app.
481481
An example tlsConfig inside a Podmonitor should look like this:
482482

483483
```yaml

0 commit comments

Comments
 (0)