Skip to content

Commit

Permalink
docs: fix url in README
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten authored May 2, 2022
1 parent 1d4c2f6 commit 1ed43f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:

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

## Release

Expand All @@ -47,4 +47,4 @@ make docker-build
make docker-push
make generate-manifests
cat deploy/external-database-controller.yml
```
```

0 comments on commit 1ed43f3

Please sign in to comment.