kube-exam/run.sh

7 lines
106 B
Bash

#!/usr/bin/env bash
minikube start
./build.sh -b
minikube addons enable ingress
helm install exam ./helm