k8s/apply_all_yamls.sh
Simple_Not 94d594c3c8
Some checks failed
continuous-integration/drone/push Build is failing
test helm
2023-06-19 23:59:20 +10:00

4 lines
100 B
Bash

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