Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 502 Bytes

Readme.md

File metadata and controls

20 lines (13 loc) · 502 Bytes

Helm at cmu-sei

Helm charts for deploying applications to Kubernetes.

All charts are intended for use with Helm 3.

Not all charts reference images in public repositories. Thanks for your patience as we work to make them available.

Example usage:

# add this helm repo:
$ helm repo add sei https://helm.cyberforce.site/charts

# grab and edit values as desired
$ helm show values sei/identity > identity.values.yaml

# deploy
$ helm install idsrv sei/identity -f identity.values.yaml