curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add datawire https://www.getambassador.io kubectl create namespace ambassador && helm install ambassador --namespace ambassador datawire/ambassador
helm repo add appscode https://charts.appscode.com/stable/
helm install kubedb-operator --version v0.13.0-rc.0 --namespace kube-system appscode/kubedb &&
kubectl --namespace=kube-system wait --for=condition=ready pod -l "release=kubedb-operator, app=kubedb" --timeout=180s &&
helm install kubedb-catalog --version v0.13.0-rc.0 --namespace kube-system appscode/kubedb-catalog
helm repo add ckdac https://mauriceackel.github.io/CKDAC/ helm install ckdac ckdac/ckdac -f <path_to_values_file>