From 77ec717184b5ce3142fc8788d7a8dc117ed131f6 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 16 Nov 2023 19:26:37 +1000 Subject: [PATCH] wow --- apply_all_yamls.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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