Skip to content

unevenlabs/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

helm-charts

Local Development

  • Make sure to install the Helm CLI
  • Update or create a new manifest
  • Either add a new custom values file, e.g. values.custom.yaml, or update values.yaml
  • Run the updated/new manifest with helm and check the generated output:
    • helm template . -f values.yaml --debug
    • helm template . -f values.yaml -f values.custom.yaml --debug