Skip to content

Commit 3d6c1f7

Browse files
committed
Update the example URL used to download the Elastic Agent manifest
1 parent a86eda5 commit 3d6c1f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/fleet/running-on-kubernetes-managed-by-fleet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ You can find {{agent}} Docker images [here](https://www.docker.elastic.co/r/elas
5454
::::
5555

5656

57-
Download the manifest file:
57+
Download the manifest file, substituting `{agent_version}` with the version number:
5858

5959
```sh
60-
curl -L -O https://raw.githubusercontent.com/elastic/elastic-agent/master/deploy/kubernetes/elastic-agent-managed-kubernetes.yaml
60+
curl -L -O https://github.com/elastic/elastic-agent/blob/v{agent_version}/deploy/kubernetes/elastic-agent-managed-kubernetes.yaml
6161
```
6262

6363
::::{note}

0 commit comments

Comments
 (0)