From aee8695a44539fd8afa38670bbd8d539896adc28 Mon Sep 17 00:00:00 2001
From: Pete Birley <pete@port.direct>
Date: Thu, 13 Sep 2018 06:43:31 -0500
Subject: [PATCH] Helm-Toolkit: correct macro template filenames

This PS brings the macro template function filenames inline with
other in helm-toolkit.

Change-Id: Ie6db2a5a73abc98d4f7d03ea7a918a39726615ba
Signed-off-by: Pete Birley <pete@port.direct>
---
 .../templates/manifests/{_ingress.yaml.tpl => _ingress.tpl}       | 0
 .../manifests/{_job-bootstrap.yaml => _job-bootstrap.tpl}         | 0
 .../{_job-db-drop-mysql.yaml.tpl => _job-db-drop-mysql.tpl}       | 0
 .../{_job-db-init-mysql.yaml.tpl => _job-db-init-mysql.tpl}       | 0
 .../manifests/{_job-db-sync.yaml.tpl => _job-db-sync.tpl}         | 0
 .../{_job-ks-endpoints.yaml.tpl => _job-ks-endpoints.tpl}         | 0
 .../manifests/{_job-ks-service.yaml.tpl => _job-ks-service.tpl}   | 0
 .../{_job_image_repo_sync.yaml.tpl => _job_image_repo_sync.tpl}   | 0
 8 files changed, 0 insertions(+), 0 deletions(-)
 rename helm-toolkit/templates/manifests/{_ingress.yaml.tpl => _ingress.tpl} (100%)
 rename helm-toolkit/templates/manifests/{_job-bootstrap.yaml => _job-bootstrap.tpl} (100%)
 rename helm-toolkit/templates/manifests/{_job-db-drop-mysql.yaml.tpl => _job-db-drop-mysql.tpl} (100%)
 rename helm-toolkit/templates/manifests/{_job-db-init-mysql.yaml.tpl => _job-db-init-mysql.tpl} (100%)
 rename helm-toolkit/templates/manifests/{_job-db-sync.yaml.tpl => _job-db-sync.tpl} (100%)
 rename helm-toolkit/templates/manifests/{_job-ks-endpoints.yaml.tpl => _job-ks-endpoints.tpl} (100%)
 rename helm-toolkit/templates/manifests/{_job-ks-service.yaml.tpl => _job-ks-service.tpl} (100%)
 rename helm-toolkit/templates/manifests/{_job_image_repo_sync.yaml.tpl => _job_image_repo_sync.tpl} (100%)

diff --git a/helm-toolkit/templates/manifests/_ingress.yaml.tpl b/helm-toolkit/templates/manifests/_ingress.tpl
similarity index 100%
rename from helm-toolkit/templates/manifests/_ingress.yaml.tpl
rename to helm-toolkit/templates/manifests/_ingress.tpl
diff --git a/helm-toolkit/templates/manifests/_job-bootstrap.yaml b/helm-toolkit/templates/manifests/_job-bootstrap.tpl
similarity index 100%
rename from helm-toolkit/templates/manifests/_job-bootstrap.yaml
rename to helm-toolkit/templates/manifests/_job-bootstrap.tpl
diff --git a/helm-toolkit/templates/manifests/_job-db-drop-mysql.yaml.tpl b/helm-toolkit/templates/manifests/_job-db-drop-mysql.tpl
similarity index 100%
rename from helm-toolkit/templates/manifests/_job-db-drop-mysql.yaml.tpl
rename to helm-toolkit/templates/manifests/_job-db-drop-mysql.tpl
diff --git a/helm-toolkit/templates/manifests/_job-db-init-mysql.yaml.tpl b/helm-toolkit/templates/manifests/_job-db-init-mysql.tpl
similarity index 100%
rename from helm-toolkit/templates/manifests/_job-db-init-mysql.yaml.tpl
rename to helm-toolkit/templates/manifests/_job-db-init-mysql.tpl
diff --git a/helm-toolkit/templates/manifests/_job-db-sync.yaml.tpl b/helm-toolkit/templates/manifests/_job-db-sync.tpl
similarity index 100%
rename from helm-toolkit/templates/manifests/_job-db-sync.yaml.tpl
rename to helm-toolkit/templates/manifests/_job-db-sync.tpl
diff --git a/helm-toolkit/templates/manifests/_job-ks-endpoints.yaml.tpl b/helm-toolkit/templates/manifests/_job-ks-endpoints.tpl
similarity index 100%
rename from helm-toolkit/templates/manifests/_job-ks-endpoints.yaml.tpl
rename to helm-toolkit/templates/manifests/_job-ks-endpoints.tpl
diff --git a/helm-toolkit/templates/manifests/_job-ks-service.yaml.tpl b/helm-toolkit/templates/manifests/_job-ks-service.tpl
similarity index 100%
rename from helm-toolkit/templates/manifests/_job-ks-service.yaml.tpl
rename to helm-toolkit/templates/manifests/_job-ks-service.tpl
diff --git a/helm-toolkit/templates/manifests/_job_image_repo_sync.yaml.tpl b/helm-toolkit/templates/manifests/_job_image_repo_sync.tpl
similarity index 100%
rename from helm-toolkit/templates/manifests/_job_image_repo_sync.yaml.tpl
rename to helm-toolkit/templates/manifests/_job_image_repo_sync.tpl