testdays - rename yml templates to .j2

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2025-01-13 11:29:49 +10:00
parent d8d6ee8809
commit 67d200fa9e
5 changed files with 3 additions and 3 deletions

View file

@ -74,17 +74,17 @@
- role: openshift/object
object_app: testdays
object_template: buildconfig.yml
object_template: buildconfig.yml.j2
object_objectname: buildconfig.yml
- role: openshift/object
object_app: testdays
object_template: deployment.yml
object_template: deployment.yml.j2
object_objectname: deployment.yml
- role: openshift/object
object_app: testdays
object_template: imagestream.yml
object_template: imagestream.yml.j2
object_objectname: imagestream.yml
- role: openshift/object