Skip to content

TomAugspurger/helm-chart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pangeo Helm Chart

Build Status

This is the helm chart for installing Pangeo.

This chart is mainly going to be a wrapper to subcharts along with custom resources to tie them together.

Chart dependencies:

Usage

First off you need helm if you don't have it already.

You also need to add the pangeo chart repository.

# Add repos
helm repo add pangeo https://pangeo-data.github.io/helm-chart/

# Update repos
helm repo update

You then need to create a values.yaml file with your own config options in. As this chart is a collection of dependant charts you will need to refer to their configuration documentation for details. See the values.yaml file for more information.

# Install Pangeo
helm install pangeo/pangeo --version=<version> --name=<release name> --namespace=<namespace> -f /path/to/custom/values.yaml

# Apply changes to Pangeo
helm upgrade <release name> pangeo/pangeo -f /path/to/custom/values.yaml

# Delete Pangeo
helm delete <release name> --purge

Packages

No packages published

Languages

  • Jupyter Notebook 85.8%
  • Dockerfile 8.8%
  • Shell 5.4%