Skip to content

Commit

Permalink
fix: download link on getting started page (#194)
Browse files Browse the repository at this point in the history
Correct link to install:

https://github.com/aenix-io/etcd-operator/releases/latest/download/etcd-operator.yaml

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
  • Loading branch information
kvaps authored Apr 24, 2024
1 parent 499d4a3 commit c9d3806
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 c9d3806

Please sign in to comment.