#!/bin/bash helm repo add flyteorg https://helm.flyte.org helm install -n flyte flyte-deps flyteorg/flyte-deps --create-namespace -f https://raw.githubusercontent.com/flyteorg/flyte/master/charts/flyte-deps/values-sandbox.yaml helm install flyte flyteorg/flyte-core -n flyte -f https://raw.githubusercontent.com/flyteorg/flyte/master/charts/flyte-core/values-sandbox.yaml --wait helm repo add spark-operator https://googlecloudplatform.github.io/spark-on-k8s-operator helm install spark-operator-release spark-operator/spark-operator --namespace spark-operator --create-namespace