$ cd deploy
$ helm install ./dlflow --name <name> --namespace <namespace> -f ./dlflow/values.yaml
Using helm
to remove dlflow from your cluster with commands as follows
$ helm del <name> --purge
$ cd deploy/example
$ kubectl create -f dfjob1.yaml -n <namespace>