Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 755 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 755 Bytes

Helm chart for Promyze

This Helm chart will install Promyze in a Kubernetes cluster. It is based on the official Helm chart (code, docs).

Usage

# if not already done, adds devpro repository in helm
helm repo add promyze https://promyze.github.io/helm-charts
helm repo update

# installs the chart with default parameters
helm upgrade --install promyze devpro/promyze --create-namespace --namespace promyze

# cleans up
helm uninstall promyze -n promyze
kubectl delete ns promyze

Going further

Look at Contributing page.