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