Skip to content

Latest commit

 

History

History

charts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Helm Charts

This contains helm charts for running sanguine-related services. Charts are tested in ci and tests can be ran locally using: make test-install.

Making a new chart:

helm create [chart name]

Linting

make lint

Testing Locally

make test-install