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