From f92bd58b3869d5ffe84c4c699b494d8111d6665a Mon Sep 17 00:00:00 2001 From: Traver Tischio Date: Tue, 22 Oct 2024 10:50:36 -0400 Subject: [PATCH 1/2] Remove stutter from horizon templates --- .../{templates/horizon-core-cm.yaml => core-configmap.yaml} | 0 .../{templates/horizon-ingest-cm.yaml => ingest-configmap.yaml} | 0 .../horizon-ingest-sts.yaml => ingest-statefulset.yaml} | 0 charts/horizon/{templates/horizon-ingress.yaml => ingress.yaml} | 0 .../horizon/{templates/horizon-web-cm.yaml => web-configmap.yaml} | 0 .../horizon-web-deployment.yaml => web-deployment.yaml} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename charts/horizon/{templates/horizon-core-cm.yaml => core-configmap.yaml} (100%) rename charts/horizon/{templates/horizon-ingest-cm.yaml => ingest-configmap.yaml} (100%) rename charts/horizon/{templates/horizon-ingest-sts.yaml => ingest-statefulset.yaml} (100%) rename charts/horizon/{templates/horizon-ingress.yaml => ingress.yaml} (100%) rename charts/horizon/{templates/horizon-web-cm.yaml => web-configmap.yaml} (100%) rename charts/horizon/{templates/horizon-web-deployment.yaml => web-deployment.yaml} (100%) diff --git a/charts/horizon/templates/horizon-core-cm.yaml b/charts/horizon/core-configmap.yaml similarity index 100% rename from charts/horizon/templates/horizon-core-cm.yaml rename to charts/horizon/core-configmap.yaml diff --git a/charts/horizon/templates/horizon-ingest-cm.yaml b/charts/horizon/ingest-configmap.yaml similarity index 100% rename from charts/horizon/templates/horizon-ingest-cm.yaml rename to charts/horizon/ingest-configmap.yaml diff --git a/charts/horizon/templates/horizon-ingest-sts.yaml b/charts/horizon/ingest-statefulset.yaml similarity index 100% rename from charts/horizon/templates/horizon-ingest-sts.yaml rename to charts/horizon/ingest-statefulset.yaml diff --git a/charts/horizon/templates/horizon-ingress.yaml b/charts/horizon/ingress.yaml similarity index 100% rename from charts/horizon/templates/horizon-ingress.yaml rename to charts/horizon/ingress.yaml diff --git a/charts/horizon/templates/horizon-web-cm.yaml b/charts/horizon/web-configmap.yaml similarity index 100% rename from charts/horizon/templates/horizon-web-cm.yaml rename to charts/horizon/web-configmap.yaml diff --git a/charts/horizon/templates/horizon-web-deployment.yaml b/charts/horizon/web-deployment.yaml similarity index 100% rename from charts/horizon/templates/horizon-web-deployment.yaml rename to charts/horizon/web-deployment.yaml From d870aea7fa3a531b734c55119a8b49e2de05ea09 Mon Sep 17 00:00:00 2001 From: Traver Tischio Date: Tue, 22 Oct 2024 12:05:12 -0400 Subject: [PATCH 2/2] move templates to templates dir --- charts/horizon/{ => templates}/core-configmap.yaml | 0 charts/horizon/{ => templates}/ingest-configmap.yaml | 0 charts/horizon/{ => templates}/ingest-statefulset.yaml | 0 charts/horizon/{ => templates}/ingress.yaml | 0 charts/horizon/{ => templates}/web-configmap.yaml | 0 charts/horizon/{ => templates}/web-deployment.yaml | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename charts/horizon/{ => templates}/core-configmap.yaml (100%) rename charts/horizon/{ => templates}/ingest-configmap.yaml (100%) rename charts/horizon/{ => templates}/ingest-statefulset.yaml (100%) rename charts/horizon/{ => templates}/ingress.yaml (100%) rename charts/horizon/{ => templates}/web-configmap.yaml (100%) rename charts/horizon/{ => templates}/web-deployment.yaml (100%) diff --git a/charts/horizon/core-configmap.yaml b/charts/horizon/templates/core-configmap.yaml similarity index 100% rename from charts/horizon/core-configmap.yaml rename to charts/horizon/templates/core-configmap.yaml diff --git a/charts/horizon/ingest-configmap.yaml b/charts/horizon/templates/ingest-configmap.yaml similarity index 100% rename from charts/horizon/ingest-configmap.yaml rename to charts/horizon/templates/ingest-configmap.yaml diff --git a/charts/horizon/ingest-statefulset.yaml b/charts/horizon/templates/ingest-statefulset.yaml similarity index 100% rename from charts/horizon/ingest-statefulset.yaml rename to charts/horizon/templates/ingest-statefulset.yaml diff --git a/charts/horizon/ingress.yaml b/charts/horizon/templates/ingress.yaml similarity index 100% rename from charts/horizon/ingress.yaml rename to charts/horizon/templates/ingress.yaml diff --git a/charts/horizon/web-configmap.yaml b/charts/horizon/templates/web-configmap.yaml similarity index 100% rename from charts/horizon/web-configmap.yaml rename to charts/horizon/templates/web-configmap.yaml diff --git a/charts/horizon/web-deployment.yaml b/charts/horizon/templates/web-deployment.yaml similarity index 100% rename from charts/horizon/web-deployment.yaml rename to charts/horizon/templates/web-deployment.yaml