Skip to content

Commit

Permalink
fix: download ling in getting started
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
  • Loading branch information
kvaps committed Apr 23, 2024
1 parent efe0163 commit 5f98ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/docs/v0.2/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pre-requisites:

1. Install etcd-operator:
```bash
kubectl apply -f https://github.com/aenix-io/etcd-operator/releases/download/latest/etcd-operator.yaml
kubectl apply -f https://github.com/aenix-io/etcd-operator/releases/latest/download/etcd-operator.yaml
```
2. Check the operator is running:
```bash
Expand Down

0 comments on commit 5f98ff3

Please sign in to comment.