From 40738f47c73b19f5966627ef900998f8dcff2527 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Wed, 26 Mar 2025 00:26:18 -0500 Subject: [PATCH] move spegel to k8s --- .../k8s-cluster}/spegel/kustomization.yaml | 0 .../controllers => clusters/k8s-cluster}/spegel/namespace.yaml | 0 .../controllers => clusters/k8s-cluster}/spegel/release.yaml | 0 .../controllers => clusters/k8s-cluster}/spegel/repository.yaml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {infrastructure/controllers => clusters/k8s-cluster}/spegel/kustomization.yaml (100%) rename {infrastructure/controllers => clusters/k8s-cluster}/spegel/namespace.yaml (100%) rename {infrastructure/controllers => clusters/k8s-cluster}/spegel/release.yaml (100%) rename {infrastructure/controllers => clusters/k8s-cluster}/spegel/repository.yaml (100%) diff --git a/infrastructure/controllers/spegel/kustomization.yaml b/clusters/k8s-cluster/spegel/kustomization.yaml similarity index 100% rename from infrastructure/controllers/spegel/kustomization.yaml rename to clusters/k8s-cluster/spegel/kustomization.yaml diff --git a/infrastructure/controllers/spegel/namespace.yaml b/clusters/k8s-cluster/spegel/namespace.yaml similarity index 100% rename from infrastructure/controllers/spegel/namespace.yaml rename to clusters/k8s-cluster/spegel/namespace.yaml diff --git a/infrastructure/controllers/spegel/release.yaml b/clusters/k8s-cluster/spegel/release.yaml similarity index 100% rename from infrastructure/controllers/spegel/release.yaml rename to clusters/k8s-cluster/spegel/release.yaml diff --git a/infrastructure/controllers/spegel/repository.yaml b/clusters/k8s-cluster/spegel/repository.yaml similarity index 100% rename from infrastructure/controllers/spegel/repository.yaml rename to clusters/k8s-cluster/spegel/repository.yaml