From 8e5502763a47078ddeb8b834a6e98c6eed3ddad7 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Tue, 10 Dec 2024 18:58:55 +1000 Subject: [PATCH] newhotness - rename yml templates to .j2 Signed-off-by: Ryan Lerch --- playbooks/openshift-apps/the-new-hotness.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/the-new-hotness/templates/{buildconfig.yml => buildconfig.yml.j2} (100%) rename roles/openshift-apps/the-new-hotness/templates/{configmap.yml => configmap.yml.j2} (100%) rename roles/openshift-apps/the-new-hotness/templates/{deploymentconfig.yml => deploymentconfig.yml.j2} (100%) diff --git a/playbooks/openshift-apps/the-new-hotness.yml b/playbooks/openshift-apps/the-new-hotness.yml index 7be8404aa0..5859985fbc 100644 --- a/playbooks/openshift-apps/the-new-hotness.yml +++ b/playbooks/openshift-apps/the-new-hotness.yml @@ -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 diff --git a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml.j2 similarity index 100% rename from roles/openshift-apps/the-new-hotness/templates/buildconfig.yml rename to roles/openshift-apps/the-new-hotness/templates/buildconfig.yml.j2 diff --git a/roles/openshift-apps/the-new-hotness/templates/configmap.yml b/roles/openshift-apps/the-new-hotness/templates/configmap.yml.j2 similarity index 100% rename from roles/openshift-apps/the-new-hotness/templates/configmap.yml rename to roles/openshift-apps/the-new-hotness/templates/configmap.yml.j2 diff --git a/roles/openshift-apps/the-new-hotness/templates/deploymentconfig.yml b/roles/openshift-apps/the-new-hotness/templates/deploymentconfig.yml.j2 similarity index 100% rename from roles/openshift-apps/the-new-hotness/templates/deploymentconfig.yml rename to roles/openshift-apps/the-new-hotness/templates/deploymentconfig.yml.j2