Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 511 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 511 Bytes

ERA Helm Chart

This directory contains a Helm chart to deploy ERA

Usage

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] .