fedora-packages-static - rename yml templates to .j2

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-12-11 17:09:24 +10:00
parent a6a2e10539
commit 23425ee0b9
5 changed files with 4 additions and 4 deletions

View file

@ -24,17 +24,17 @@
- role: openshift/object
object_app: fedora-packages-static
object_template: buildconfig.yml
object_template: buildconfig.yml.j2
object_objectname: buildconfig.yml
- role: openshift/object
object_app: fedora-packages-static
object_template: storage.yml
object_template: storage.yml.j2
object_objectname: storage.yml
- role: openshift/object
object_app: fedora-packages-static
object_template: configmap.yml
object_template: configmap.yml.j2
object_objectname: configmap.yml
- role: openshift/start-build
@ -59,7 +59,7 @@
- role: openshift/object
object_app: fedora-packages-static
object_template: deploymentconfig.yml
object_template: deploymentconfig.yml.j2
object_objectname: deploymentconfig.yml
###############################################