From 7f422eee3c6f6e522f2b3a9e966a0c86b52398cd Mon Sep 17 00:00:00 2001 From: Karan Sharma Date: Tue, 5 May 2020 18:52:57 +0530 Subject: [PATCH] feat: rename helm folder --- {calert => helm}/.helmignore | 0 {calert => helm}/Chart.yaml | 0 {calert => helm}/README.md | 0 {calert => helm}/templates/NOTES.txt | 0 {calert => helm}/templates/_helpers.tpl | 0 {calert => helm}/templates/configmap.yaml | 0 {calert => helm}/templates/deployment.yaml | 0 {calert => helm}/templates/service.yaml | 0 {calert => helm}/values.yaml | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {calert => helm}/.helmignore (100%) rename {calert => helm}/Chart.yaml (100%) rename {calert => helm}/README.md (100%) rename {calert => helm}/templates/NOTES.txt (100%) rename {calert => helm}/templates/_helpers.tpl (100%) rename {calert => helm}/templates/configmap.yaml (100%) rename {calert => helm}/templates/deployment.yaml (100%) rename {calert => helm}/templates/service.yaml (100%) rename {calert => helm}/values.yaml (100%) diff --git a/calert/.helmignore b/helm/.helmignore similarity index 100% rename from calert/.helmignore rename to helm/.helmignore diff --git a/calert/Chart.yaml b/helm/Chart.yaml similarity index 100% rename from calert/Chart.yaml rename to helm/Chart.yaml diff --git a/calert/README.md b/helm/README.md similarity index 100% rename from calert/README.md rename to helm/README.md diff --git a/calert/templates/NOTES.txt b/helm/templates/NOTES.txt similarity index 100% rename from calert/templates/NOTES.txt rename to helm/templates/NOTES.txt diff --git a/calert/templates/_helpers.tpl b/helm/templates/_helpers.tpl similarity index 100% rename from calert/templates/_helpers.tpl rename to helm/templates/_helpers.tpl diff --git a/calert/templates/configmap.yaml b/helm/templates/configmap.yaml similarity index 100% rename from calert/templates/configmap.yaml rename to helm/templates/configmap.yaml diff --git a/calert/templates/deployment.yaml b/helm/templates/deployment.yaml similarity index 100% rename from calert/templates/deployment.yaml rename to helm/templates/deployment.yaml diff --git a/calert/templates/service.yaml b/helm/templates/service.yaml similarity index 100% rename from calert/templates/service.yaml rename to helm/templates/service.yaml diff --git a/calert/values.yaml b/helm/values.yaml similarity index 100% rename from calert/values.yaml rename to helm/values.yaml