From d9e9a973954bfa4b780a76a19c77d7fbb0e20028 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 1 Dec 2025 21:03:10 -0600 Subject: [PATCH] move out --- clusters/cl01tl/{helm => services}/traefik/Chart.lock | 0 clusters/cl01tl/{helm => services}/traefik/Chart.yaml | 0 .../cl01tl/{helm => services}/traefik/templates/certificate.yaml | 0 .../cl01tl/{helm => services}/traefik/templates/namespace.yaml | 0 clusters/cl01tl/{helm => services}/traefik/values.yaml | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename clusters/cl01tl/{helm => services}/traefik/Chart.lock (100%) rename clusters/cl01tl/{helm => services}/traefik/Chart.yaml (100%) rename clusters/cl01tl/{helm => services}/traefik/templates/certificate.yaml (100%) rename clusters/cl01tl/{helm => services}/traefik/templates/namespace.yaml (100%) rename clusters/cl01tl/{helm => services}/traefik/values.yaml (100%) diff --git a/clusters/cl01tl/helm/traefik/Chart.lock b/clusters/cl01tl/services/traefik/Chart.lock similarity index 100% rename from clusters/cl01tl/helm/traefik/Chart.lock rename to clusters/cl01tl/services/traefik/Chart.lock diff --git a/clusters/cl01tl/helm/traefik/Chart.yaml b/clusters/cl01tl/services/traefik/Chart.yaml similarity index 100% rename from clusters/cl01tl/helm/traefik/Chart.yaml rename to clusters/cl01tl/services/traefik/Chart.yaml diff --git a/clusters/cl01tl/helm/traefik/templates/certificate.yaml b/clusters/cl01tl/services/traefik/templates/certificate.yaml similarity index 100% rename from clusters/cl01tl/helm/traefik/templates/certificate.yaml rename to clusters/cl01tl/services/traefik/templates/certificate.yaml diff --git a/clusters/cl01tl/helm/traefik/templates/namespace.yaml b/clusters/cl01tl/services/traefik/templates/namespace.yaml similarity index 100% rename from clusters/cl01tl/helm/traefik/templates/namespace.yaml rename to clusters/cl01tl/services/traefik/templates/namespace.yaml diff --git a/clusters/cl01tl/helm/traefik/values.yaml b/clusters/cl01tl/services/traefik/values.yaml similarity index 100% rename from clusters/cl01tl/helm/traefik/values.yaml rename to clusters/cl01tl/services/traefik/values.yaml