We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b08fe9 commit 69267edCopy full SHA for 69267ed
1 file changed
README.md
@@ -24,13 +24,13 @@ kubectl apply -f config/samples/
24
2. Build and push your image to the location specified by `IMG`:
25
26
```sh
27
-make docker-build docker-push IMG=<some-registry>/kube-dosbox:tag
+make docker-build docker-push IMG=<some-registry>/kube-dosbox:<tag>
28
```
29
30
3. Deploy the controller to the cluster with the image specified by `IMG`:
31
32
33
-make deploy IMG=<some-registry>/kube-dosbox:tag
+make deploy IMG=<some-registry>/kube-dosbox:<tag>
34
35
36
### Uninstall CRDs
0 commit comments