platform: fix relative paths

This commit is contained in:
Brad Stein 2025-11-09 12:39:32 -03:00
parent 4a709391e6
commit 051691e71f

View File

@ -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