From ee601b041da1bdccd2d54c601c03697496d9f468 Mon Sep 17 00:00:00 2001 From: matthias Date: Thu, 12 Dec 2024 21:03:24 +0100 Subject: [PATCH] correct folder path --- .../clone_with_pvc}/kustomization.yaml | 0 .../clone_with_pvc}/postgres.yaml | 0 .../clone_with_pvc}/pvc.configuration | 0 .../clone_with_s3}/kustomization.yaml | 0 {clone_with_s3 => cluster-tutorials/clone_with_s3}/postgres.yaml | 0 {clone_with_s3 => cluster-tutorials/clone_with_s3}/s3.conf | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {clone_with_pvc => cluster-tutorials/clone_with_pvc}/kustomization.yaml (100%) rename {clone_with_pvc => cluster-tutorials/clone_with_pvc}/postgres.yaml (100%) rename {clone_with_pvc => cluster-tutorials/clone_with_pvc}/pvc.configuration (100%) rename {clone_with_s3 => cluster-tutorials/clone_with_s3}/kustomization.yaml (100%) rename {clone_with_s3 => cluster-tutorials/clone_with_s3}/postgres.yaml (100%) rename {clone_with_s3 => cluster-tutorials/clone_with_s3}/s3.conf (100%) diff --git a/clone_with_pvc/kustomization.yaml b/cluster-tutorials/clone_with_pvc/kustomization.yaml similarity index 100% rename from clone_with_pvc/kustomization.yaml rename to cluster-tutorials/clone_with_pvc/kustomization.yaml diff --git a/clone_with_pvc/postgres.yaml b/cluster-tutorials/clone_with_pvc/postgres.yaml similarity index 100% rename from clone_with_pvc/postgres.yaml rename to cluster-tutorials/clone_with_pvc/postgres.yaml diff --git a/clone_with_pvc/pvc.configuration b/cluster-tutorials/clone_with_pvc/pvc.configuration similarity index 100% rename from clone_with_pvc/pvc.configuration rename to cluster-tutorials/clone_with_pvc/pvc.configuration diff --git a/clone_with_s3/kustomization.yaml b/cluster-tutorials/clone_with_s3/kustomization.yaml similarity index 100% rename from clone_with_s3/kustomization.yaml rename to cluster-tutorials/clone_with_s3/kustomization.yaml diff --git a/clone_with_s3/postgres.yaml b/cluster-tutorials/clone_with_s3/postgres.yaml similarity index 100% rename from clone_with_s3/postgres.yaml rename to cluster-tutorials/clone_with_s3/postgres.yaml diff --git a/clone_with_s3/s3.conf b/cluster-tutorials/clone_with_s3/s3.conf similarity index 100% rename from clone_with_s3/s3.conf rename to cluster-tutorials/clone_with_s3/s3.conf