From 11ebac23365034f02c2f212d760ae1804b110ff2 Mon Sep 17 00:00:00 2001 From: ZigaMr Date: Sat, 7 May 2022 18:56:22 +0200 Subject: [PATCH] Testing workflow --- Tiltfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiltfile b/Tiltfile index 68f5b72..0ba7b96 100644 --- a/Tiltfile +++ b/Tiltfile @@ -27,7 +27,7 @@ k8s_yaml(secret_from_dict("mev-inspect-db-credentials", inputs = { "password": "password", "host": "postgresql", })) - + # if using https://github.com/taarushv/trace-db # k8s_yaml(secret_from_dict("trace-db-credentials", inputs = { # "username" : "username",