From 5d980b88ecaa48c14f4f14db15cdc791ac9e99f0 Mon Sep 17 00:00:00 2001 From: Richard Case Date: Mon, 4 Nov 2024 13:37:05 +0000 Subject: [PATCH] chore: add tilt provider file This adds a `tilt-provider.json` file to make it easier to use Tilt with the provider using the instructions from the upstream CAPI docs. Signed-off-by: Richard Case --- tilt-provider.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tilt-provider.json diff --git a/tilt-provider.json b/tilt-provider.json new file mode 100644 index 00000000..ea177a91 --- /dev/null +++ b/tilt-provider.json @@ -0,0 +1,17 @@ +[ + { + "name": "kubevirt", + "config": { + "image": "controller", + "live_reload_deps": [ + "main.go", + "go.mod", + "go.sum", + "api", + "pkg", + "controllers" + ], + "label": "CAPKV" + } + } +] \ No newline at end of file