From 051691e71f0af42b3062a0f30c9f531e2c5da7d1 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 a698d0c..c7b144a 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