1
0
mirror of https://github.com/ko-build/ko.git synced 2025-02-07 19:30:23 +02:00

Fix left-over from copy/paste (#214)

This commit is contained in:
Nghia Tran 2020-10-03 18:03:30 -07:00 committed by GitHub
parent d7b989a9df
commit 598e7a7644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,7 +313,7 @@ This would look something like:
# Create a kind cluster
kind create cluster
# Deploy to minikube w/o registry.
# Deploy to kind w/o registry.
KO_DOCKER_REPO=kind.local ko apply -L -f config/
```