From 43753e52f2a96634ddcc9bf33a52e6be7af1bc82 Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Thu, 30 Jan 2020 16:48:36 +0100 Subject: [PATCH] Rename Job file following Helm best practices - "Template file names should reflect the resource kind in the name." - Source, https://helm.sh/docs/topics/chart_best_practices/templates/#structure-of-templates --- .../templates/jobs/{db-migration.yaml => job-db-migration.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename deployment/helm/human-connection/templates/jobs/{db-migration.yaml => job-db-migration.yaml} (100%) diff --git a/deployment/helm/human-connection/templates/jobs/db-migration.yaml b/deployment/helm/human-connection/templates/jobs/job-db-migration.yaml similarity index 100% rename from deployment/helm/human-connection/templates/jobs/db-migration.yaml rename to deployment/helm/human-connection/templates/jobs/job-db-migration.yaml