mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
5 lines
84 B
Bash
Executable File
5 lines
84 B
Bash
Executable File
for f in "./test-manifests/"*; do
|
|
echo "Applying $f"
|
|
kubectl apply -f "$f"
|
|
done
|