test helm
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simple_Not 2023-06-19 23:59:20 +10:00
parent b583a5be65
commit 94d594c3c8

4
apply_all_yamls.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
ls /etc/k8s/manifests/**/*.yaml | xargs -n 1 bash -c 'minikube kubectl -- apply -f $0'