core: point flux to infrastructure path

This commit is contained in:
Brad Stein 2025-11-09 12:49:54 -03:00
parent 051691e71f
commit d6f0f375b7
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ metadata:
namespace: flux-system namespace: flux-system
spec: spec:
interval: 10m interval: 10m
path: ./clusters/atlas/platform path: ./infrastructure/core
prune: true prune: true
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository

View File

@ -4,3 +4,4 @@ kind: Kustomization
resources: resources:
- ../modules/base - ../modules/base
- ../modules/profiles/atlas-ha - ../modules/profiles/atlas-ha
- ../sources/cert-manager/letsencrypt.yaml