helm repo add justlabv1 https://justlabv1.github.io/helm-charts
helm repo updateSee helm repo for command documentation.
To install the chart with the release name my-release:
helm install my-release justlabv1/exflowTo uninstall/delete the my-release deployment:
helm delete my-releaseThe command removes all the Kubernetes components associated with the chart and deletes the release.