From f650e512bee8b73cba1fcede80218939e6390ecb Mon Sep 17 00:00:00 2001 From: Matt Tuusberg Date: Thu, 28 Dec 2023 10:36:48 +0300 Subject: [PATCH] chore: delete tilt-provider.json --- tilt-provider.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tilt-provider.json diff --git a/tilt-provider.json b/tilt-provider.json deleted file mode 100644 index 7141fb5..0000000 --- a/tilt-provider.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "plugin_name": "velero-plugin-suspend-cronjobs", - "context": ".", - "image": "velero/velero-plugin-suspend-cronjobs", - "live_reload_deps": [ - "internal", - "main.go" - ], - "go_main": "." -}