Skip to content

Commit

Permalink
fix load directive in README (tilt-dev#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
penguincoder committed Sep 15, 2021
1 parent f070728 commit 101acc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubectl_build/README.md
Expand Up @@ -17,7 +17,7 @@ Having the images built directly in the cluster has several benefits:
Load the extension in your `Tiltfile`, and replace the [`docker_build`][docker_build] calls by `kubectl_build`.

``` python
load('ext://kubebuilder', 'kubectl_build')
load('ext://kubectl_build', 'kubectl_build')
kubectl_build('gcr.io/foo/bar', '.')
```

Expand Down

0 comments on commit 101acc5

Please sign in to comment.