diff --git a/.gitignore b/.gitignore index ee3892e..71b65b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -charts/ +charts/charts/ diff --git a/Chart.lock b/charts/Chart.lock similarity index 100% rename from Chart.lock rename to charts/Chart.lock diff --git a/Chart.yaml b/charts/Chart.yaml similarity index 100% rename from Chart.yaml rename to charts/Chart.yaml diff --git a/templates/NOTES.txt b/charts/templates/NOTES.txt similarity index 100% rename from templates/NOTES.txt rename to charts/templates/NOTES.txt diff --git a/templates/_helpers.tpl b/charts/templates/_helpers.tpl similarity index 100% rename from templates/_helpers.tpl rename to charts/templates/_helpers.tpl diff --git a/templates/cronjob.yaml b/charts/templates/cronjob.yaml similarity index 100% rename from templates/cronjob.yaml rename to charts/templates/cronjob.yaml diff --git a/templates/deployment.yaml b/charts/templates/deployment.yaml similarity index 100% rename from templates/deployment.yaml rename to charts/templates/deployment.yaml diff --git a/templates/ingress.yaml b/charts/templates/ingress.yaml similarity index 100% rename from templates/ingress.yaml rename to charts/templates/ingress.yaml diff --git a/templates/service.yaml b/charts/templates/service.yaml similarity index 100% rename from templates/service.yaml rename to charts/templates/service.yaml diff --git a/templates/tests/test-connection.yaml b/charts/templates/tests/test-connection.yaml similarity index 100% rename from templates/tests/test-connection.yaml rename to charts/templates/tests/test-connection.yaml diff --git a/values.yaml b/charts/values.yaml similarity index 100% rename from values.yaml rename to charts/values.yaml