Skip to content

Commit

Permalink
Make k8s URL in collector installer version-dependent, fixes open-tel…
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored Jan 12, 2024
1 parent 182839e commit f66ec92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/collector/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The following command deploys an agent as a daemonset and a single gateway
instance:
```sh
kubectl apply -f https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/main/examples/k8s/otel-config.yaml
kubectl apply -f https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/v{{% param vers %}}/examples/k8s/otel-config.yaml
```

The previous example is meant to serve as a starting point, to be extended and
Expand Down

0 comments on commit f66ec92

Please sign in to comment.