Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 554 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 554 Bytes

Eclipse Ditto :: Helm

The Ditto Helm chart is managed at the Eclipse IoT Packages project.

Install Ditto via Helm Chart

To install the chart with the release name eclipse-ditto, run the following commands:

helm repo add eclipse-iot https://www.eclipse.org/packages/charts/
helm repo update
helm install eclipse-ditto eclipse-iot/ditto

Uninstall the Helm Chart

To uninstall/delete the eclipse-ditto deployment:

helm delete eclipse-ditto