From eebfe4e5834cee99c0c169fb150f1d5871ac9be7 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Mon, 10 Jun 2024 10:28:07 +0200 Subject: [PATCH] fix: fix redis nodeport (take 3) --- applications/redis.yaml | 2 +- kustomizations/redis/{nodeport-prod.yaml => prod/nodeport.yaml} | 0 .../redis/{nodeport-staging.yaml => staging/nodeport.yaml} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename kustomizations/redis/{nodeport-prod.yaml => prod/nodeport.yaml} (100%) rename kustomizations/redis/{nodeport-staging.yaml => staging/nodeport.yaml} (100%) diff --git a/applications/redis.yaml b/applications/redis.yaml index 98463b96..3cd150df 100644 --- a/applications/redis.yaml +++ b/applications/redis.yaml @@ -31,4 +31,4 @@ spec: ref: values - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: main - path: kustomizations/redis/nodeport-{{ env }}.yaml + path: kustomizations/redis/{{ env }} diff --git a/kustomizations/redis/nodeport-prod.yaml b/kustomizations/redis/prod/nodeport.yaml similarity index 100% rename from kustomizations/redis/nodeport-prod.yaml rename to kustomizations/redis/prod/nodeport.yaml diff --git a/kustomizations/redis/nodeport-staging.yaml b/kustomizations/redis/staging/nodeport.yaml similarity index 100% rename from kustomizations/redis/nodeport-staging.yaml rename to kustomizations/redis/staging/nodeport.yaml