transtats - rename yml templates to .j2

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-12-10 18:48:13 +10:00
parent b52c6b4202
commit a40e3b8479
3 changed files with 2 additions and 2 deletions

View file

@ -18,13 +18,13 @@
- role: openshift/object
object_app: transtats
object_objectname: secret.yml
object_template: secret.yml
object_template: secret.yml.j2
- role: openshift/imagestream
imagestream_app: transtats
imagestream_imagename: transtats
- role: openshift/object
object_app: transtats
object_template: buildconfig.yml
object_template: buildconfig.yml.j2
object_objectname: buildconfig.yml
- role: openshift/start-build
start_build_app: transtats