From 1c72a047d8b1d2898021329039be9e1aa100b6a1 Mon Sep 17 00:00:00 2001 From: Vrukshali Date: Thu, 10 Feb 2022 10:59:02 +0530 Subject: [PATCH] added helm directory Signed-off-by: Vrukshali --- chart/.helmignore | 23 ------------------- .../testkube-executor-keptn}/Chart.yaml | 0 .../testkube-executor-keptn}/README.md | 0 .../templates/_helpers.tpl | 0 .../templates/deployment.yaml | 0 .../templates/service.yaml | 0 .../templates/serviceaccount.yaml | 0 .../templates/tests/test-api-connection.yaml | 0 .../values.schema.json | 0 .../testkube-executor-keptn}/values.yaml | 0 10 files changed, 23 deletions(-) delete mode 100644 chart/.helmignore rename {chart => helm/testkube-executor-keptn}/Chart.yaml (100%) rename {chart => helm/testkube-executor-keptn}/README.md (100%) rename {chart => helm/testkube-executor-keptn}/templates/_helpers.tpl (100%) rename {chart => helm/testkube-executor-keptn}/templates/deployment.yaml (100%) rename {chart => helm/testkube-executor-keptn}/templates/service.yaml (100%) rename {chart => helm/testkube-executor-keptn}/templates/serviceaccount.yaml (100%) rename {chart => helm/testkube-executor-keptn}/templates/tests/test-api-connection.yaml (100%) rename {chart => helm/testkube-executor-keptn}/values.schema.json (100%) rename {chart => helm/testkube-executor-keptn}/values.yaml (100%) diff --git a/chart/.helmignore b/chart/.helmignore deleted file mode 100644 index 0e8a0eb..0000000 --- a/chart/.helmignore +++ /dev/null @@ -1,23 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*.orig -*~ -# Various IDEs -.project -.idea/ -*.tmproj -.vscode/ diff --git a/chart/Chart.yaml b/helm/testkube-executor-keptn/Chart.yaml similarity index 100% rename from chart/Chart.yaml rename to helm/testkube-executor-keptn/Chart.yaml diff --git a/chart/README.md b/helm/testkube-executor-keptn/README.md similarity index 100% rename from chart/README.md rename to helm/testkube-executor-keptn/README.md diff --git a/chart/templates/_helpers.tpl b/helm/testkube-executor-keptn/templates/_helpers.tpl similarity index 100% rename from chart/templates/_helpers.tpl rename to helm/testkube-executor-keptn/templates/_helpers.tpl diff --git a/chart/templates/deployment.yaml b/helm/testkube-executor-keptn/templates/deployment.yaml similarity index 100% rename from chart/templates/deployment.yaml rename to helm/testkube-executor-keptn/templates/deployment.yaml diff --git a/chart/templates/service.yaml b/helm/testkube-executor-keptn/templates/service.yaml similarity index 100% rename from chart/templates/service.yaml rename to helm/testkube-executor-keptn/templates/service.yaml diff --git a/chart/templates/serviceaccount.yaml b/helm/testkube-executor-keptn/templates/serviceaccount.yaml similarity index 100% rename from chart/templates/serviceaccount.yaml rename to helm/testkube-executor-keptn/templates/serviceaccount.yaml diff --git a/chart/templates/tests/test-api-connection.yaml b/helm/testkube-executor-keptn/templates/tests/test-api-connection.yaml similarity index 100% rename from chart/templates/tests/test-api-connection.yaml rename to helm/testkube-executor-keptn/templates/tests/test-api-connection.yaml diff --git a/chart/values.schema.json b/helm/testkube-executor-keptn/values.schema.json similarity index 100% rename from chart/values.schema.json rename to helm/testkube-executor-keptn/values.schema.json diff --git a/chart/values.yaml b/helm/testkube-executor-keptn/values.yaml similarity index 100% rename from chart/values.yaml rename to helm/testkube-executor-keptn/values.yaml