Skip to content

Commit

Permalink
Fix yaml indent
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Jan 17, 2025
1 parent 0a1b0ba commit 15b55f0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions content/en/docs/kubernetes/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,17 +173,17 @@ presets:
## If you want to send your data somewhere you need to
## configure an exporter, such as the otlpexporter
# config:
# exporters:
# otlp:
# endpoint: "<SOME BACKEND>"
# service:
# pipelines:
# traces:
# exporters: [ otlp ]
# metrics:
# exporters: [ otlp ]
# logs:
# exporters: [ otlp ]
# exporters:
# otlp:
# endpoint: "<SOME BACKEND>"
# service:
# pipelines:
# traces:
# exporters: [ otlp ]
# metrics:
# exporters: [ otlp ]
# logs:
# exporters: [ otlp ]
```

To use this `values.yaml` with the chart, save it to your preferred file
Expand Down

0 comments on commit 15b55f0

Please sign in to comment.