This commit is contained in:
parent
b583a5be65
commit
94d594c3c8
4
apply_all_yamls.sh
Normal file
4
apply_all_yamls.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
ls /etc/k8s/manifests/**/*.yaml | xargs -n 1 bash -c 'minikube kubectl -- apply -f $0'
|
Loading…
Reference in New Issue
Block a user