Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
/ charts-ose Public archive

Clearmatics public helm charts

License

Notifications You must be signed in to change notification settings

clearmatics/charts-ose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clearmatics public helm charts repo

Contributing

Contributing rules

Usage

Add repo

helm repo add charts-ose.clearmatics.com https://charts-ose.clearmatics.com

Search

helm search autonity

Install example

helm install charts-ose.clearmatics.com/autonity-demo

Tests

Each chart should contain tests in ./stable/%CHARTNAME%/templates/tests directory.
The tests could be based on Bash Automated Testing System (and use Bats Docker image )

For run test

  1. install chart chart to the cluster
  2. Run tests
    helm test --timeout 300 ${CHART_NAME}