diff --git a/README.md b/README.md index 0d23e8e..4efabb3 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ The chart deploys: ## Validation ```shell -helm lint . -helm template thermo . --namespace platform-core +helm lint charts/thermo +helm template thermo charts/thermo --namespace apps-thermo ``` The Grafana datasource and dashboards are intentionally managed outside this chart because Grafana runs in the `monitoring` namespace. diff --git a/Chart.yaml b/charts/thermo/Chart.yaml similarity index 100% rename from Chart.yaml rename to charts/thermo/Chart.yaml diff --git a/templates/_helpers.tpl b/charts/thermo/templates/_helpers.tpl similarity index 100% rename from templates/_helpers.tpl rename to charts/thermo/templates/_helpers.tpl diff --git a/templates/external-secrets.yaml b/charts/thermo/templates/external-secrets.yaml similarity index 100% rename from templates/external-secrets.yaml rename to charts/thermo/templates/external-secrets.yaml diff --git a/templates/postgres-init-configmap.yaml b/charts/thermo/templates/postgres-init-configmap.yaml similarity index 100% rename from templates/postgres-init-configmap.yaml rename to charts/thermo/templates/postgres-init-configmap.yaml diff --git a/templates/postgres-service.yaml b/charts/thermo/templates/postgres-service.yaml similarity index 100% rename from templates/postgres-service.yaml rename to charts/thermo/templates/postgres-service.yaml diff --git a/templates/postgres-statefulset.yaml b/charts/thermo/templates/postgres-statefulset.yaml similarity index 100% rename from templates/postgres-statefulset.yaml rename to charts/thermo/templates/postgres-statefulset.yaml diff --git a/templates/writer-configmap.yaml b/charts/thermo/templates/writer-configmap.yaml similarity index 100% rename from templates/writer-configmap.yaml rename to charts/thermo/templates/writer-configmap.yaml diff --git a/templates/writer-deployment.yaml b/charts/thermo/templates/writer-deployment.yaml similarity index 100% rename from templates/writer-deployment.yaml rename to charts/thermo/templates/writer-deployment.yaml diff --git a/values.yaml b/charts/thermo/values.yaml similarity index 100% rename from values.yaml rename to charts/thermo/values.yaml