From c83577b04c4b4acb6493e03513681b2e29967018 Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Mon, 22 Nov 2021 13:06:30 -0500 Subject: [PATCH] Remove restart --- Tiltfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Tiltfile b/Tiltfile index a828272..1be021c 100644 --- a/Tiltfile +++ b/Tiltfile @@ -1,5 +1,4 @@ load("ext://helm_remote", "helm_remote") -load("ext://restart_process", "docker_build_with_restart") load("ext://secret", "secret_from_dict") load("ext://configmap", "configmap_from_dict")