Skip to content

Commit 1ed43f3

Browse files
authored
docs: fix url in README
1 parent 1d4c2f6 commit 1ed43f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434

3535
1. Adjust the secrets in `deploy/database-secrets.yml` to your needs.
3636
1. Deploy them using: `kubectl apply -f deploy/database-secrets.yml`
37-
1. Deploy the controller using: `kubectl apply -f https://github.com/anbraten/k8s-external-database-operator/latest/download/external-database-controller.yml`
37+
1. Deploy the controller using: `kubectl apply -f https://github.com/anbraten/k8s-external-database-operator/releases/latest/download/external-database-controller.yml`
3838

3939
## Release
4040

@@ -47,4 +47,4 @@ make docker-build
4747
make docker-push
4848
make generate-manifests
4949
cat deploy/external-database-controller.yml
50-
```
50+
```

0 commit comments

Comments
 (0)