release-monitoring - rename yml templates to .j2

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-12-11 11:47:24 +10:00
parent 00316b7d5d
commit 1a749f67cf
4 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@
object_objectname: imagestream.yml
- role: openshift/object
object_app: release-monitoring
object_template: buildconfig.yml
object_template: buildconfig.yml.j2
object_objectname: buildconfig.yml
- role: openshift/start-build
start_build_app: release-monitoring
@ -50,7 +50,7 @@
- build
- role: openshift/object
object_app: release-monitoring
object_template: configmap.yml
object_template: configmap.yml.j2
object_objectname: configmap.yml
- role: openshift/object
object_app: release-monitoring
@ -58,7 +58,7 @@
object_objectname: service.yml
- role: openshift/object
object_app: release-monitoring
object_template: route.yml
object_template: route.yml.j2
object_objectname: route.yml
- role: openshift/object
object_app: release-monitoring