asknot - rename yml templates to .j2

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-12-09 19:24:15 +10:00
parent 7086cf3d19
commit dfc4e82e09
3 changed files with 2 additions and 2 deletions

View file

@ -19,12 +19,12 @@
- role: openshift/object
object_app: asknot
object_template: imagestream.yml
object_template: imagestream.yml.j2
object_objectname: imagestream.yml
- role: openshift/object
object_app: asknot
object_template: buildconfig.yml
object_template: buildconfig.yml.j2
object_objectname: buildconfig.yml
- role: openshift/start-build