10 lines
161 B
Bash
10 lines
161 B
Bash
#!/usr/bin/env bash
|
|
|
|
helm init
|
|
echo "Waiting for tiller"
|
|
sleep 30
|
|
|
|
|
|
helm install --namespace kube-system --name ifs1 -f ifs1.yaml stable/nfs-client-provisioner
|
|
|