From 94d594c3c8eda17e4f07a54c03bf2afa6df3edfc Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Mon, 19 Jun 2023 23:59:20 +1000 Subject: [PATCH] test helm --- apply_all_yamls.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 apply_all_yamls.sh 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