Skip to content

Commit 4a27bad

Browse files
Add Tiltfile:
This pairs nice with the CAPT playground for local development. Signed-off-by: Jacob Weinstock <[email protected]>
1 parent 29325b7 commit 4a27bad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Tiltfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
docker_build(
2+
'ghcr.io/tinkerbell/cluster-api-provider-tinkerbell',
3+
'.',
4+
dockerfile='Dockerfile',
5+
)
6+
k8s_yaml(kustomize('./config/default'))
7+
default_registry('ttl.sh/meohmy-dghentld')

0 commit comments

Comments
 (0)