We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4c2f6 commit 1ed43f3Copy full SHA for 1ed43f3
README.md
@@ -34,7 +34,7 @@ spec:
34
35
1. Adjust the secrets in `deploy/database-secrets.yml` to your needs.
36
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`
+1. Deploy the controller using: `kubectl apply -f https://github.com/anbraten/k8s-external-database-operator/releases/latest/download/external-database-controller.yml`
38
39
## Release
40
@@ -47,4 +47,4 @@ make docker-build
47
make docker-push
48
make generate-manifests
49
cat deploy/external-database-controller.yml
50
-```
+```
0 commit comments