Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 279 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 279 Bytes

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