Skip to content

Commit

Permalink
docs: fix URL of eventrouter YAML (#12141)
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Baldry <[email protected]>
  • Loading branch information
jdbaldry authored Mar 11, 2024
1 parent 7def3b4 commit c80e7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/send-data/promtail/cloud/eks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ helm upgrade promtail loki/promtail -n monitoring -f values.yaml
And deploy the `eventrouter` using:

```bash
kubectl create -f https://raw.githubusercontent.com/grafana/loki/main/docs/sources/clients/aws/eks/eventrouter.yaml
kubectl create -f https://raw.githubusercontent.com/grafana/loki/main/docs/sources/send-data/promtail/cloud/eks/eventrouter.yaml

serviceaccount/eventrouter created
clusterrole.rbac.authorization.k8s.io/eventrouter created
Expand Down

0 comments on commit c80e7ab

Please sign in to comment.