From 368089ea754afd9eac611a5f168e85a29f05a302 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Fri, 28 Jun 2024 21:47:57 -0500 Subject: [PATCH] move pgadmin to storage --- clusters/cl01tl/{platform => storage}/pgadmin/Chart.yaml | 0 .../{platform => storage}/pgadmin/templates/external-secret.yaml | 0 clusters/cl01tl/{platform => storage}/pgadmin/values.yaml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename clusters/cl01tl/{platform => storage}/pgadmin/Chart.yaml (100%) rename clusters/cl01tl/{platform => storage}/pgadmin/templates/external-secret.yaml (100%) rename clusters/cl01tl/{platform => storage}/pgadmin/values.yaml (100%) diff --git a/clusters/cl01tl/platform/pgadmin/Chart.yaml b/clusters/cl01tl/storage/pgadmin/Chart.yaml similarity index 100% rename from clusters/cl01tl/platform/pgadmin/Chart.yaml rename to clusters/cl01tl/storage/pgadmin/Chart.yaml diff --git a/clusters/cl01tl/platform/pgadmin/templates/external-secret.yaml b/clusters/cl01tl/storage/pgadmin/templates/external-secret.yaml similarity index 100% rename from clusters/cl01tl/platform/pgadmin/templates/external-secret.yaml rename to clusters/cl01tl/storage/pgadmin/templates/external-secret.yaml diff --git a/clusters/cl01tl/platform/pgadmin/values.yaml b/clusters/cl01tl/storage/pgadmin/values.yaml similarity index 100% rename from clusters/cl01tl/platform/pgadmin/values.yaml rename to clusters/cl01tl/storage/pgadmin/values.yaml