Skip to content

Latest commit

 

History

History

era

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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