Skip to content

Commit 9289626

Browse files
[demo] add details to k8s instructions (#8855)
Co-authored-by: Vitor Vasconcellos <[email protected]>
1 parent 2836524 commit 9289626

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/en/docs/demo/kubernetes-deployment.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,13 @@ components:
181181

182182
Likely you want to use the web store as a demo application for an observability
183183
backend you already have (e.g. an existing instance of Jaeger, Zipkin, or one of
184-
the [vendor of your choice](/ecosystem/vendors/).
184+
the [vendor of your choice](/ecosystem/vendors/)).
185185

186186
The OpenTelemetry Collector's configuration is exposed in the Helm chart. Any
187-
additions you do will be merged into the default configuration. You can use this
188-
to add your own exporters, and add them to the desired pipeline(s)
187+
additions you do will be merged into the default configuration.
188+
189+
You can create a custom file (e.g., `my-values-file.yaml`) and use it to add
190+
your own exporters to the desired pipeline(s):
189191

190192
```yaml
191193
opentelemetry-collector:

0 commit comments

Comments
 (0)