Add region for the export bucket

This commit is contained in:
Luke Van Seters
2022-02-08 15:36:45 -05:00
parent 001b6e2b85
commit c079ac9aa6
4 changed files with 29 additions and 4 deletions

View File

@@ -97,11 +97,13 @@ local_resource(
# if using local S3 exports
# k8s_yaml(configmap_from_dict("mev-inspect-export", inputs = {
# "export-bucket-name" : "local-export",
# "export-bucket-region": "us-east-1",
# }))
#
# helm_remote("localstack",
# repo_name="localstack-charts",
# repo_url="https://localstack.github.io/helm-charts",
# helm_remote(
# "localstack",
# repo_name="localstack-charts",
# repo_url="https://localstack.github.io/helm-charts",
# )
#
# local_resource(