From 3c349b45bef1606f641d27f25a39a28a5bfc0f70 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sat, 22 Jan 2022 01:57:33 +0100 Subject: [PATCH] chore(nginx-system): Move ingress to namespace name directory This patch moves `ingress-nginx` to the `nginx-system` directory to match the namespace name of the deployment. --- infrastructure/{ingress-nginx => nginx-system}/kustomization.yaml | 0 infrastructure/{ingress-nginx => nginx-system}/namespace.yaml | 0 infrastructure/{ingress-nginx => nginx-system}/release.yaml | 0 infrastructure/{ingress-nginx => nginx-system}/repository.yaml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename infrastructure/{ingress-nginx => nginx-system}/kustomization.yaml (100%) rename infrastructure/{ingress-nginx => nginx-system}/namespace.yaml (100%) rename infrastructure/{ingress-nginx => nginx-system}/release.yaml (100%) rename infrastructure/{ingress-nginx => nginx-system}/repository.yaml (100%) diff --git a/infrastructure/ingress-nginx/kustomization.yaml b/infrastructure/nginx-system/kustomization.yaml similarity index 100% rename from infrastructure/ingress-nginx/kustomization.yaml rename to infrastructure/nginx-system/kustomization.yaml diff --git a/infrastructure/ingress-nginx/namespace.yaml b/infrastructure/nginx-system/namespace.yaml similarity index 100% rename from infrastructure/ingress-nginx/namespace.yaml rename to infrastructure/nginx-system/namespace.yaml diff --git a/infrastructure/ingress-nginx/release.yaml b/infrastructure/nginx-system/release.yaml similarity index 100% rename from infrastructure/ingress-nginx/release.yaml rename to infrastructure/nginx-system/release.yaml diff --git a/infrastructure/ingress-nginx/repository.yaml b/infrastructure/nginx-system/repository.yaml similarity index 100% rename from infrastructure/ingress-nginx/repository.yaml rename to infrastructure/nginx-system/repository.yaml -- GitLab