platform: fix relative paths

This commit is contained in:
Brad Stein 2025-11-09 12:39:32 -03:00
parent ffbfee1ebd
commit 8b6ddcd44d

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