newhotness - rename yml templates to .j2

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-12-10 18:58:55 +10:00
parent a40e3b8479
commit 8e5502763a
4 changed files with 3 additions and 3 deletions

View file

@ -75,12 +75,12 @@
- role: openshift/object
object_app: the-new-hotness
object_template: buildconfig.yml
object_template: buildconfig.yml.j2
object_objectname: buildconfig.yml
- role: openshift/object
object_app: the-new-hotness
object_template: configmap.yml
object_template: configmap.yml.j2
object_objectname: configmap.yml
- role: openshift/start-build
@ -93,7 +93,7 @@
- role: openshift/object
object_app: the-new-hotness
object_template: deploymentconfig.yml
object_template: deploymentconfig.yml.j2
object_objectname: deploymentconfig.yml
- role: openshift/rollout