From 521ea092afc82b1070ef5dcb5c961e963e95bc0d Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Tue, 6 Jan 2026 01:30:10 +0000 Subject: [PATCH] fix dir structure --- infrastructure/{ => controllers}/base/cnpg/kustomization.yaml | 0 infrastructure/{ => controllers}/base/cnpg/namespace.yaml | 0 infrastructure/{ => controllers}/base/cnpg/release.yaml | 0 infrastructure/{ => controllers}/base/cnpg/repository.yaml | 0 infrastructure/{ => controllers}/staging/cnpg/kustomization.yaml | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename infrastructure/{ => controllers}/base/cnpg/kustomization.yaml (100%) rename infrastructure/{ => controllers}/base/cnpg/namespace.yaml (100%) rename infrastructure/{ => controllers}/base/cnpg/release.yaml (100%) rename infrastructure/{ => controllers}/base/cnpg/repository.yaml (100%) rename infrastructure/{ => controllers}/staging/cnpg/kustomization.yaml (100%) diff --git a/infrastructure/base/cnpg/kustomization.yaml b/infrastructure/controllers/base/cnpg/kustomization.yaml similarity index 100% rename from infrastructure/base/cnpg/kustomization.yaml rename to infrastructure/controllers/base/cnpg/kustomization.yaml diff --git a/infrastructure/base/cnpg/namespace.yaml b/infrastructure/controllers/base/cnpg/namespace.yaml similarity index 100% rename from infrastructure/base/cnpg/namespace.yaml rename to infrastructure/controllers/base/cnpg/namespace.yaml diff --git a/infrastructure/base/cnpg/release.yaml b/infrastructure/controllers/base/cnpg/release.yaml similarity index 100% rename from infrastructure/base/cnpg/release.yaml rename to infrastructure/controllers/base/cnpg/release.yaml diff --git a/infrastructure/base/cnpg/repository.yaml b/infrastructure/controllers/base/cnpg/repository.yaml similarity index 100% rename from infrastructure/base/cnpg/repository.yaml rename to infrastructure/controllers/base/cnpg/repository.yaml diff --git a/infrastructure/staging/cnpg/kustomization.yaml b/infrastructure/controllers/staging/cnpg/kustomization.yaml similarity index 100% rename from infrastructure/staging/cnpg/kustomization.yaml rename to infrastructure/controllers/staging/cnpg/kustomization.yaml