mirror of
https://github.com/ko-build/ko.git
synced 2024-12-12 08:54:09 +02:00
Use a more appropriate idiom
This commit is contained in:
parent
0c205ab8e4
commit
f9504d09a6
@ -235,7 +235,7 @@ as the vehicle for rapid iteration during development. As changes are made to a
|
||||
particular application, you can run: `ko apply -f unit.yaml` to rapidly
|
||||
rebuild, repush, and redeploy their changes.
|
||||
|
||||
`ko apply` will invoke `kubectl apply` under the covers, and therefore apply
|
||||
`ko apply` will invoke `kubectl apply` under the hood, and therefore apply
|
||||
to whatever `kubectl` context is active.
|
||||
|
||||
### `ko apply --watch` (EXPERIMENTAL)
|
||||
|
Loading…
Reference in New Issue
Block a user