elections - rename yml templates to .j2

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-12-11 17:18:42 +10:00
parent 15b98ba8eb
commit 98152942d0
5 changed files with 4 additions and 4 deletions

View file

@ -59,12 +59,12 @@
- role: openshift/object
object_app: elections
object_template: imagestream.yml
object_template: imagestream.yml.j2
object_objectname: imagestream.yml
- role: openshift/object
object_app: elections
object_template: buildconfig.yml
object_template: buildconfig.yml.j2
object_objectname: buildconfig.yml
- role: openshift/secret-file
@ -87,12 +87,12 @@
- role: openshift/object
object_app: elections
object_template: secret.yml
object_template: secret.yml.j2
object_objectname: secret.yml
- role: openshift/object
object_app: elections
object_template: configmap.yml
object_template: configmap.yml.j2
object_objectname: configmap.yml
- role: openshift/start-build