We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f35fc commit d2a10ecCopy full SHA for d2a10ec
docs/book/src/cronjob-tutorial/running.md
@@ -62,7 +62,7 @@ Now that we know it's working, we can run it in the cluster. Stop the
62
63
```bash
64
make docker-build docker-push IMG=<some-registry>/controller
65
-make deploy
+make deploy IMG=<some-registry>/controller
66
```
67
68
If we list cronjobs again like we did before, we should see the controller
0 commit comments