From 0206762e6de39a761289ba52dac4f00ff8ca94cb Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 22 Apr 2025 14:22:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A(helm)=20rename=20migration=20job?= =?UTF-8?q?=20to=20more=20explicit=20'backend=5Fjob=5Fmigrate'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename backend migration job to a more descriptive name that clearly indicates its purpose. Improves code clarity and makes deployment configuration more self-documenting. --- .../meet/templates/{backend_job.yaml => backend_job_migrate.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/helm/meet/templates/{backend_job.yaml => backend_job_migrate.yaml} (100%) diff --git a/src/helm/meet/templates/backend_job.yaml b/src/helm/meet/templates/backend_job_migrate.yaml similarity index 100% rename from src/helm/meet/templates/backend_job.yaml rename to src/helm/meet/templates/backend_job_migrate.yaml