Skip to content

Latest commit

 

History

History

helm-charts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

db1000n Helm chart

If you want to use plain manifess, see manifests here

This is a Helm chart for Kubernetes

Prerequisites

Make sure that you installed helm package on your local machine and you have connection to the Kubernetes cluster.

Install chart

cd kubernetes/helm-charts/
helm upgrade --install \
    -n db1000n \
    -f values.yaml db1000n .

Destroy chart

helm uninstall db1000n -n db1000n