From 43c65fc7534de9081d44c0b7214da06cc79159fe Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@suma-ev.de> Date: Mon, 2 Sep 2019 11:58:36 +0200 Subject: [PATCH] Wrong name for chart directory --- {charts => chart}/.gitignore | 0 {charts => chart}/.gitlab-ci.yml | 0 {charts => chart}/.helmignore | 0 {charts => chart}/CONTRIBUTING.md | 0 {charts => chart}/Chart.yaml | 0 {charts => chart}/LICENSE | 0 {charts => chart}/README.md | 0 {charts => chart}/requirements.lock | 0 {charts => chart}/requirements.yaml | 0 {charts => chart}/templates/NOTES.txt | 0 {charts => chart}/templates/_helpers.tpl | 0 {charts => chart}/templates/db-initialize-job.yaml | 0 {charts => chart}/templates/db-migrate-hook.yaml | 0 {charts => chart}/templates/deployment.yaml | 0 {charts => chart}/templates/hpa.yaml | 0 {charts => chart}/templates/ingress.yaml | 0 {charts => chart}/templates/pdb.yaml | 0 {charts => chart}/templates/service.yaml | 0 {charts => chart}/templates/worker-deployment.yaml | 0 {charts => chart}/values.yaml | 0 20 files changed, 0 insertions(+), 0 deletions(-) rename {charts => chart}/.gitignore (100%) rename {charts => chart}/.gitlab-ci.yml (100%) rename {charts => chart}/.helmignore (100%) rename {charts => chart}/CONTRIBUTING.md (100%) rename {charts => chart}/Chart.yaml (100%) rename {charts => chart}/LICENSE (100%) rename {charts => chart}/README.md (100%) rename {charts => chart}/requirements.lock (100%) rename {charts => chart}/requirements.yaml (100%) rename {charts => chart}/templates/NOTES.txt (100%) rename {charts => chart}/templates/_helpers.tpl (100%) rename {charts => chart}/templates/db-initialize-job.yaml (100%) rename {charts => chart}/templates/db-migrate-hook.yaml (100%) rename {charts => chart}/templates/deployment.yaml (100%) rename {charts => chart}/templates/hpa.yaml (100%) rename {charts => chart}/templates/ingress.yaml (100%) rename {charts => chart}/templates/pdb.yaml (100%) rename {charts => chart}/templates/service.yaml (100%) rename {charts => chart}/templates/worker-deployment.yaml (100%) rename {charts => chart}/values.yaml (100%) diff --git a/charts/.gitignore b/chart/.gitignore similarity index 100% rename from charts/.gitignore rename to chart/.gitignore diff --git a/charts/.gitlab-ci.yml b/chart/.gitlab-ci.yml similarity index 100% rename from charts/.gitlab-ci.yml rename to chart/.gitlab-ci.yml diff --git a/charts/.helmignore b/chart/.helmignore similarity index 100% rename from charts/.helmignore rename to chart/.helmignore diff --git a/charts/CONTRIBUTING.md b/chart/CONTRIBUTING.md similarity index 100% rename from charts/CONTRIBUTING.md rename to chart/CONTRIBUTING.md diff --git a/charts/Chart.yaml b/chart/Chart.yaml similarity index 100% rename from charts/Chart.yaml rename to chart/Chart.yaml diff --git a/charts/LICENSE b/chart/LICENSE similarity index 100% rename from charts/LICENSE rename to chart/LICENSE diff --git a/charts/README.md b/chart/README.md similarity index 100% rename from charts/README.md rename to chart/README.md diff --git a/charts/requirements.lock b/chart/requirements.lock similarity index 100% rename from charts/requirements.lock rename to chart/requirements.lock diff --git a/charts/requirements.yaml b/chart/requirements.yaml similarity index 100% rename from charts/requirements.yaml rename to chart/requirements.yaml diff --git a/charts/templates/NOTES.txt b/chart/templates/NOTES.txt similarity index 100% rename from charts/templates/NOTES.txt rename to chart/templates/NOTES.txt diff --git a/charts/templates/_helpers.tpl b/chart/templates/_helpers.tpl similarity index 100% rename from charts/templates/_helpers.tpl rename to chart/templates/_helpers.tpl diff --git a/charts/templates/db-initialize-job.yaml b/chart/templates/db-initialize-job.yaml similarity index 100% rename from charts/templates/db-initialize-job.yaml rename to chart/templates/db-initialize-job.yaml diff --git a/charts/templates/db-migrate-hook.yaml b/chart/templates/db-migrate-hook.yaml similarity index 100% rename from charts/templates/db-migrate-hook.yaml rename to chart/templates/db-migrate-hook.yaml diff --git a/charts/templates/deployment.yaml b/chart/templates/deployment.yaml similarity index 100% rename from charts/templates/deployment.yaml rename to chart/templates/deployment.yaml diff --git a/charts/templates/hpa.yaml b/chart/templates/hpa.yaml similarity index 100% rename from charts/templates/hpa.yaml rename to chart/templates/hpa.yaml diff --git a/charts/templates/ingress.yaml b/chart/templates/ingress.yaml similarity index 100% rename from charts/templates/ingress.yaml rename to chart/templates/ingress.yaml diff --git a/charts/templates/pdb.yaml b/chart/templates/pdb.yaml similarity index 100% rename from charts/templates/pdb.yaml rename to chart/templates/pdb.yaml diff --git a/charts/templates/service.yaml b/chart/templates/service.yaml similarity index 100% rename from charts/templates/service.yaml rename to chart/templates/service.yaml diff --git a/charts/templates/worker-deployment.yaml b/chart/templates/worker-deployment.yaml similarity index 100% rename from charts/templates/worker-deployment.yaml rename to chart/templates/worker-deployment.yaml diff --git a/charts/values.yaml b/chart/values.yaml similarity index 100% rename from charts/values.yaml rename to chart/values.yaml -- GitLab