We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def2687 commit 5c52b3bCopy full SHA for 5c52b3b
1 file changed
Makefile
@@ -1,4 +1,4 @@
1
2
provision:
3
- minkube start
+ minikube start
4
find manifests -name '*.yaml' -print0 | xargs -0 -n1 kubectl apply -f
0 commit comments