Helm charts
Helm charts¶
If you want to use plain manifests, see Manifests¶
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 a release¶
cd kubernetes/helm-charts/
helm upgrade --install \
--create-namespace \
--namespace=db1000n \
-f values.yaml db1000n .
Destroy a release¶
helm uninstall db1000n -n db1000n