From abd77cfeb34a7e2e91b0c025fbf819d4b8d74fdf Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Wed, 11 Dec 2024 16:28:36 +1000 Subject: [PATCH] flask-oidc-dev - rename yml templates to .j2 Signed-off-by: Ryan Lerch --- playbooks/openshift-apps/flask-oidc-dev.yml | 8 ++++---- playbooks/openshift-apps/flatpak-indexer.yml | 10 +++++----- .../templates/{buildconfig.yml => buildconfig.yml.j2} | 0 .../templates/{configmap.yml => configmap.yml.j2} | 0 .../{deploymentconfig.yml => deploymentconfig.yml.j2} | 0 .../{secret-webhook.yml => secret-webhook.yml.j2} | 0 6 files changed, 9 insertions(+), 9 deletions(-) rename roles/openshift-apps/flask-oidc-dev/templates/{buildconfig.yml => buildconfig.yml.j2} (100%) rename roles/openshift-apps/flask-oidc-dev/templates/{configmap.yml => configmap.yml.j2} (100%) rename roles/openshift-apps/flask-oidc-dev/templates/{deploymentconfig.yml => deploymentconfig.yml.j2} (100%) rename roles/openshift-apps/flask-oidc-dev/templates/{secret-webhook.yml => secret-webhook.yml.j2} (100%) diff --git a/playbooks/openshift-apps/flask-oidc-dev.yml b/playbooks/openshift-apps/flask-oidc-dev.yml index b5c6866fc1..11e81db5cc 100644 --- a/playbooks/openshift-apps/flask-oidc-dev.yml +++ b/playbooks/openshift-apps/flask-oidc-dev.yml @@ -29,12 +29,12 @@ - role: openshift/object object_app: flask-oidc-dev - object_template: buildconfig.yml + object_template: buildconfig.yml.j2 object_objectname: buildconfig.yml - role: openshift/object object_app: flask-oidc-dev - object_template: configmap.yml + object_template: configmap.yml.j2 object_objectname: configmap.yml - role: openshift/object @@ -64,10 +64,10 @@ - role: openshift/object object_app: flask-oidc-dev - object_template: secret-webhook.yml + object_template: secret-webhook.yml.j2 object_objectname: secret-webhook.yml - role: openshift/object object_app: flask-oidc-dev - object_template: deploymentconfig.yml + object_template: deploymentconfig.yml.j2 object_objectname: deploymentconfig.yml diff --git a/playbooks/openshift-apps/flatpak-indexer.yml b/playbooks/openshift-apps/flatpak-indexer.yml index e374df7d73..159ecd96f8 100644 --- a/playbooks/openshift-apps/flatpak-indexer.yml +++ b/playbooks/openshift-apps/flatpak-indexer.yml @@ -21,7 +21,7 @@ - role: openshift/object object_app: flatpak-indexer - object_template: secret.yml + object_template: secret.yml.j2 object_objectname: secret.yml - role: openshift/object @@ -31,17 +31,17 @@ - role: openshift/object object_app: flatpak-indexer - object_template: buildconfig.yml + object_template: buildconfig.yml.j2 object_objectname: buildconfig.yml - role: openshift/object object_app: flatpak-indexer - object_template: storage.yml + object_template: storage.yml.j2 object_objectname: storage.yml - role: openshift/object object_app: flatpak-indexer - object_template: configmap.yml + object_template: configmap.yml.j2 object_objectname: configmap.yml - role: openshift/start-build @@ -59,5 +59,5 @@ - role: openshift/object object_app: flatpak-indexer - object_template: deploymentconfig.yml + object_template: deploymentconfig.yml.j2 object_objectname: deploymentconfig.yml diff --git a/roles/openshift-apps/flask-oidc-dev/templates/buildconfig.yml b/roles/openshift-apps/flask-oidc-dev/templates/buildconfig.yml.j2 similarity index 100% rename from roles/openshift-apps/flask-oidc-dev/templates/buildconfig.yml rename to roles/openshift-apps/flask-oidc-dev/templates/buildconfig.yml.j2 diff --git a/roles/openshift-apps/flask-oidc-dev/templates/configmap.yml b/roles/openshift-apps/flask-oidc-dev/templates/configmap.yml.j2 similarity index 100% rename from roles/openshift-apps/flask-oidc-dev/templates/configmap.yml rename to roles/openshift-apps/flask-oidc-dev/templates/configmap.yml.j2 diff --git a/roles/openshift-apps/flask-oidc-dev/templates/deploymentconfig.yml b/roles/openshift-apps/flask-oidc-dev/templates/deploymentconfig.yml.j2 similarity index 100% rename from roles/openshift-apps/flask-oidc-dev/templates/deploymentconfig.yml rename to roles/openshift-apps/flask-oidc-dev/templates/deploymentconfig.yml.j2 diff --git a/roles/openshift-apps/flask-oidc-dev/templates/secret-webhook.yml b/roles/openshift-apps/flask-oidc-dev/templates/secret-webhook.yml.j2 similarity index 100% rename from roles/openshift-apps/flask-oidc-dev/templates/secret-webhook.yml rename to roles/openshift-apps/flask-oidc-dev/templates/secret-webhook.yml.j2