From 8b6ddcd44d56f5303632db031a19af7f25373f4a Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 9 Nov 2025 12:39:32 -0300 Subject: [PATCH] platform: fix relative paths --- clusters/atlas/platform/kustomization.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/atlas/platform/kustomization.yaml b/clusters/atlas/platform/kustomization.yaml index a698d0c2..c7b144a5 100644 --- a/clusters/atlas/platform/kustomization.yaml +++ b/clusters/atlas/platform/kustomization.yaml @@ -2,6 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - ../../infrastructure/modules/base - - ../../infrastructure/modules/profiles/atlas-ha - - ../../infrastructure/sources/cert-manager/letsencrypt.yaml + - ../../../infrastructure/modules/base + - ../../../infrastructure/modules/profiles/atlas-ha + - ../../../infrastructure/sources/cert-manager/letsencrypt.yaml