Skip to content

ice-bergtech/ice-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm-charts

Helm chart for various services

To use the charts, first add the repository to your Helm configuration:

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started. Once Helm has been set up correctly, add the repo as follows:

helm repo add ice-charts https://ice-bergtech.github.io/helm-charts/

To add:

helm install <release> ice-charts/<chart> --values values.yaml

To remove:

helm delete <chart>

task chart:template -- <chart>

References

Pascal Iske: pascaliske/helm-charts