pod configs are not going to live in directories
[releng.git] / jjb / securedlab / check-jinja2.sh
index 57650ec..4c1927d 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 set +x
 set -o errexit
-for lab_configs in $(find labs/ -name 'pod.yaml'); do
+for lab_configs in $(find labs/ -name 'pod*.yaml'); do
         while IFS= read -r jinja_templates; do
           echo "./utils/generate_config.py -y $lab_configs -j $jinja_templates"
           ./utils/generate_config.py -y $lab_configs -j $jinja_templates