From 646321f9c95573d4609f405ecbe7c05c851c342c Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Thu, 3 Feb 2022 15:39:54 -0500 Subject: [PATCH] Add localstack --- Tiltfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Tiltfile b/Tiltfile index 1d4bc22..b10e592 100644 --- a/Tiltfile +++ b/Tiltfile @@ -2,6 +2,11 @@ load("ext://helm_remote", "helm_remote") load("ext://secret", "secret_from_dict") load("ext://configmap", "configmap_from_dict") +helm_remote("localstack", + repo_name="localstack-charts", + repo_url="https://localstack.github.io/helm-charts", +) + helm_remote("postgresql", repo_name="bitnami", repo_url="https://charts.bitnami.com/bitnami",