Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 713 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 713 Bytes

Helm chart for R2Devops

This Helm chart will install R2Devops 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 r2devops https://charts.r2devops.io
helm repo update

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

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

Going further

Look at Contributing page.