From 79d593def09ad8fc2a593c5b73a40e8fbefdfa27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?AJ=20Po-D=C3=A9ziel?= Date: Tue, 29 Oct 2024 15:01:37 -0700 Subject: [PATCH] Update to reflect location of Helm chart --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1343539a2..ee3e993f6 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ If you would like to contribute, please see our [Contributing](./CONTRIBUTING.md Please note that this project is released with a [Contributor Code of Conduct](./CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms. +### Contributing to Helm + +Helm is utilized as ERA's Infrastructure as Code (IaC) tool, outlining and templating all of the resources required to operate and deploy the application on a Kubernetes cluster. + +This part of the code base can be found in [`tools/helm/charts/era`](tools/helm/charts/era). + ## Architecture ```mermaid