Add localstack

This commit is contained in:
Luke Van Seters 2022-02-03 15:39:54 -05:00
parent 78257df3ef
commit 646321f9c9

View File

@ -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",