Files
operator/scripts/apply-test.sh
Morten Olsen cfb90f7c9f more
2025-08-06 21:18:02 +02:00

5 lines
84 B
Bash
Executable File

for f in "./test-manifests/"*; do
echo "Applying $f"
kubectl apply -f "$f"
done