diff --git a/apply_all_yamls.sh b/apply_all_yamls.sh new file mode 100644 index 0000000..de3175b --- /dev/null +++ b/apply_all_yamls.sh @@ -0,0 +1,4 @@ +#!/bin/bash + + +ls /etc/k8s/manifests/**/*.yaml | xargs -n 1 bash -c 'minikube kubectl -- apply -f $0' \ No newline at end of file