This commit is contained in:
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'
|
||||||
Reference in New Issue
Block a user