Issue-Id: AIMLFW-4
Signed-off-by: ashishj1729 <jain.ashish@samsung.com>
Change-Id: I8381861b90dc613c1d338e7cdf966c8f9a9cd6a7
bin/install_rolebindings.sh
bin/install_databases.sh
-bin/install.sh -f RECIPE_EXAMPLE/example_recipe_oran_g_release.yaml
+bin/install.sh -f RECIPE_EXAMPLE/example_recipe_latest_stable.yaml
sleep 10
head /dev/urandom | tr -dc A-Za-z0-9 | head -c 8 | kubectl create secret generic leofs-secret -n kubeflow --from-file=password=/dev/stdin
-#TODO: Docker build below to be removed
docker build -f tools/leofs/Dockerfile.leofs -t leofs .
sudo helm dep up helm/leofs
-helm install leofs helm/leofs -f RECIPE_EXAMPLE/example_recipe_oran_g_release.yaml
+helm install leofs helm/leofs -f RECIPE_EXAMPLE/example_recipe_latest_stable.yaml
sleep 10
NAMESPACE=kubeflow
COMPONENT=leofs