From 2fd10eb14f3a57084217c9a6737aba74cb22bb1f Mon Sep 17 00:00:00 2001
From: Dandoy Thibaud <tdandoy@takima.fr>
Date: Wed, 14 Aug 2024 16:26:42 +0200
Subject: [PATCH] fix: fixed hierarchy

---
 templates/{api => }/api-config.yaml          | 0
 templates/{api => }/api-deployment.yaml      | 0
 templates/{api => }/api-ingress.yaml         | 0
 templates/{api => }/api-service.yaml         | 0
 templates/{front => }/front-config.yaml      | 0
 templates/{front => }/front-deployment.yaml  | 0
 templates/{front => }/front-ingress.yaml     | 0
 templates/{front => }/front-service.yaml     | 0
 templates/{database => }/pg-config.yaml      | 0
 templates/{database => }/pg-credentials.yaml | 0
 templates/{database => }/pg-deployment.yaml  | 0
 templates/{database => }/pg-pvc.yaml         | 0
 templates/{database => }/pg-service.yaml     | 0
 13 files changed, 0 insertions(+), 0 deletions(-)
 rename templates/{api => }/api-config.yaml (100%)
 rename templates/{api => }/api-deployment.yaml (100%)
 rename templates/{api => }/api-ingress.yaml (100%)
 rename templates/{api => }/api-service.yaml (100%)
 rename templates/{front => }/front-config.yaml (100%)
 rename templates/{front => }/front-deployment.yaml (100%)
 rename templates/{front => }/front-ingress.yaml (100%)
 rename templates/{front => }/front-service.yaml (100%)
 rename templates/{database => }/pg-config.yaml (100%)
 rename templates/{database => }/pg-credentials.yaml (100%)
 rename templates/{database => }/pg-deployment.yaml (100%)
 rename templates/{database => }/pg-pvc.yaml (100%)
 rename templates/{database => }/pg-service.yaml (100%)

diff --git a/templates/api/api-config.yaml b/templates/api-config.yaml
similarity index 100%
rename from templates/api/api-config.yaml
rename to templates/api-config.yaml
diff --git a/templates/api/api-deployment.yaml b/templates/api-deployment.yaml
similarity index 100%
rename from templates/api/api-deployment.yaml
rename to templates/api-deployment.yaml
diff --git a/templates/api/api-ingress.yaml b/templates/api-ingress.yaml
similarity index 100%
rename from templates/api/api-ingress.yaml
rename to templates/api-ingress.yaml
diff --git a/templates/api/api-service.yaml b/templates/api-service.yaml
similarity index 100%
rename from templates/api/api-service.yaml
rename to templates/api-service.yaml
diff --git a/templates/front/front-config.yaml b/templates/front-config.yaml
similarity index 100%
rename from templates/front/front-config.yaml
rename to templates/front-config.yaml
diff --git a/templates/front/front-deployment.yaml b/templates/front-deployment.yaml
similarity index 100%
rename from templates/front/front-deployment.yaml
rename to templates/front-deployment.yaml
diff --git a/templates/front/front-ingress.yaml b/templates/front-ingress.yaml
similarity index 100%
rename from templates/front/front-ingress.yaml
rename to templates/front-ingress.yaml
diff --git a/templates/front/front-service.yaml b/templates/front-service.yaml
similarity index 100%
rename from templates/front/front-service.yaml
rename to templates/front-service.yaml
diff --git a/templates/database/pg-config.yaml b/templates/pg-config.yaml
similarity index 100%
rename from templates/database/pg-config.yaml
rename to templates/pg-config.yaml
diff --git a/templates/database/pg-credentials.yaml b/templates/pg-credentials.yaml
similarity index 100%
rename from templates/database/pg-credentials.yaml
rename to templates/pg-credentials.yaml
diff --git a/templates/database/pg-deployment.yaml b/templates/pg-deployment.yaml
similarity index 100%
rename from templates/database/pg-deployment.yaml
rename to templates/pg-deployment.yaml
diff --git a/templates/database/pg-pvc.yaml b/templates/pg-pvc.yaml
similarity index 100%
rename from templates/database/pg-pvc.yaml
rename to templates/pg-pvc.yaml
diff --git a/templates/database/pg-service.yaml b/templates/pg-service.yaml
similarity index 100%
rename from templates/database/pg-service.yaml
rename to templates/pg-service.yaml
-- 
GitLab