diff --git a/apply_all_yamls.sh b/apply_all_yamls.sh index de3175b..1782dcd 100644 --- a/apply_all_yamls.sh +++ b/apply_all_yamls.sh @@ -1,4 +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 +#ls /etc/k8s/manifests/**/*.yaml | xargs -n 1 bash -c 'minikube kubectl -- apply -f $0' \ No newline at end of file