From 0caf7aaf2a850c92333be48f6fbcf6fd9204d46c Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Wed, 11 Dec 2024 17:23:47 +1000 Subject: [PATCH] discourse2fedmsg - rename yml templates to .j2 Signed-off-by: Ryan Lerch --- playbooks/openshift-apps/discourse2fedmsg.yml | 6 +++--- .../templates/{buildconfig.yml => buildconfig.yml.j2} | 0 .../templates/{configmap.yml => configmap.yml.j2} | 0 .../{deploymentconfig.yml => deploymentconfig.yml.j2} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename roles/openshift-apps/discourse2fedmsg/templates/{buildconfig.yml => buildconfig.yml.j2} (100%) rename roles/openshift-apps/discourse2fedmsg/templates/{configmap.yml => configmap.yml.j2} (100%) rename roles/openshift-apps/discourse2fedmsg/templates/{deploymentconfig.yml => deploymentconfig.yml.j2} (100%) diff --git a/playbooks/openshift-apps/discourse2fedmsg.yml b/playbooks/openshift-apps/discourse2fedmsg.yml index 13579a0775..6a7c46e99d 100644 --- a/playbooks/openshift-apps/discourse2fedmsg.yml +++ b/playbooks/openshift-apps/discourse2fedmsg.yml @@ -46,12 +46,12 @@ - role: openshift/object object_app: discourse2fedmsg - object_template: buildconfig.yml + object_template: buildconfig.yml.j2 object_objectname: buildconfig.yml - role: openshift/object object_app: discourse2fedmsg - object_template: configmap.yml + object_template: configmap.yml.j2 object_objectname: configmap.yml - role: openshift/object @@ -68,7 +68,7 @@ - role: openshift/object object_app: discourse2fedmsg - object_template: deploymentconfig.yml + object_template: deploymentconfig.yml.j2 object_objectname: deploymentconfig.yml # - role: openshift/start-build diff --git a/roles/openshift-apps/discourse2fedmsg/templates/buildconfig.yml b/roles/openshift-apps/discourse2fedmsg/templates/buildconfig.yml.j2 similarity index 100% rename from roles/openshift-apps/discourse2fedmsg/templates/buildconfig.yml rename to roles/openshift-apps/discourse2fedmsg/templates/buildconfig.yml.j2 diff --git a/roles/openshift-apps/discourse2fedmsg/templates/configmap.yml b/roles/openshift-apps/discourse2fedmsg/templates/configmap.yml.j2 similarity index 100% rename from roles/openshift-apps/discourse2fedmsg/templates/configmap.yml rename to roles/openshift-apps/discourse2fedmsg/templates/configmap.yml.j2 diff --git a/roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml b/roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml.j2 similarity index 100% rename from roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml rename to roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml.j2