From 46b57a66fa1536aea922890846c4c517f0644c11 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 19 Jul 2022 14:39:22 +0200 Subject: [PATCH] change template location --- templates/{app => chart}/.helmignore | 0 templates/{app => chart}/Chart.yaml | 0 templates/{app => chart}/questions.yaml | 0 templates/{app => chart}/templates/common.yaml | 0 templates/{app => chart}/values.yaml | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename templates/{app => chart}/.helmignore (100%) rename templates/{app => chart}/Chart.yaml (100%) rename templates/{app => chart}/questions.yaml (100%) rename templates/{app => chart}/templates/common.yaml (100%) rename templates/{app => chart}/values.yaml (100%) diff --git a/templates/app/.helmignore b/templates/chart/.helmignore similarity index 100% rename from templates/app/.helmignore rename to templates/chart/.helmignore diff --git a/templates/app/Chart.yaml b/templates/chart/Chart.yaml similarity index 100% rename from templates/app/Chart.yaml rename to templates/chart/Chart.yaml diff --git a/templates/app/questions.yaml b/templates/chart/questions.yaml similarity index 100% rename from templates/app/questions.yaml rename to templates/chart/questions.yaml diff --git a/templates/app/templates/common.yaml b/templates/chart/templates/common.yaml similarity index 100% rename from templates/app/templates/common.yaml rename to templates/chart/templates/common.yaml diff --git a/templates/app/values.yaml b/templates/chart/values.yaml similarity index 100% rename from templates/app/values.yaml rename to templates/chart/values.yaml