This directory contains a Helm chart to deploy ERA
To build and update the chart's dependencies, run the following command:
helm dep update
To install a new environment, ensure the values.yaml matches the environment, then run the following command:
helm -n [namespace] install -f envs/[env]/values.yaml [env name] .
To upgrade an existing environment, run the following command:
helm -n [namespace] upgrade -f envs/[env]/values.yaml [env name] .