From 7328d622c1a28c044f57bed6433340a3bb5e1d9b Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Thu, 16 Nov 2023 21:33:06 +0100 Subject: [PATCH] refactor: move apps to apps/cluster-infrastructure - apps// --- apps/{ => cluster-infrastructure}/cert-manager.yaml | 0 apps/{ => cluster-infrastructure}/clusterissuer.yaml | 0 apps/{ => cluster-infrastructure}/cnpg-operator.yaml | 0 apps/{ => cluster-infrastructure}/extra-storageclass.yaml | 0 apps/{ => cluster-infrastructure}/longhorn.yaml | 0 apps/{ => cluster-infrastructure}/minio-operator.yaml | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename apps/{ => cluster-infrastructure}/cert-manager.yaml (100%) rename apps/{ => cluster-infrastructure}/clusterissuer.yaml (100%) rename apps/{ => cluster-infrastructure}/cnpg-operator.yaml (100%) rename apps/{ => cluster-infrastructure}/extra-storageclass.yaml (100%) rename apps/{ => cluster-infrastructure}/longhorn.yaml (100%) rename apps/{ => cluster-infrastructure}/minio-operator.yaml (100%) diff --git a/apps/cert-manager.yaml b/apps/cluster-infrastructure/cert-manager.yaml similarity index 100% rename from apps/cert-manager.yaml rename to apps/cluster-infrastructure/cert-manager.yaml diff --git a/apps/clusterissuer.yaml b/apps/cluster-infrastructure/clusterissuer.yaml similarity index 100% rename from apps/clusterissuer.yaml rename to apps/cluster-infrastructure/clusterissuer.yaml diff --git a/apps/cnpg-operator.yaml b/apps/cluster-infrastructure/cnpg-operator.yaml similarity index 100% rename from apps/cnpg-operator.yaml rename to apps/cluster-infrastructure/cnpg-operator.yaml diff --git a/apps/extra-storageclass.yaml b/apps/cluster-infrastructure/extra-storageclass.yaml similarity index 100% rename from apps/extra-storageclass.yaml rename to apps/cluster-infrastructure/extra-storageclass.yaml diff --git a/apps/longhorn.yaml b/apps/cluster-infrastructure/longhorn.yaml similarity index 100% rename from apps/longhorn.yaml rename to apps/cluster-infrastructure/longhorn.yaml diff --git a/apps/minio-operator.yaml b/apps/cluster-infrastructure/minio-operator.yaml similarity index 100% rename from apps/minio-operator.yaml rename to apps/cluster-infrastructure/minio-operator.yaml