From 436b409c565420897eae2e0045264b6f75b8a427 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Fri, 21 Aug 2026 21:25:56 -0700 Subject: [PATCH] chore(k8s): add notes for cross-repo references --- k8s/kustomization.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/k8s/kustomization.yaml b/k8s/kustomization.yaml index e5007f1..b90952d 100644 --- a/k8s/kustomization.yaml +++ b/k8s/kustomization.yaml @@ -6,6 +6,12 @@ namespace: poimen resources: - argocd/apps/namespace.yaml +# Cross-repo references (poimen-memory, poimen-workflows) can be added here +# via kustomize remote bases or by separate ArgoCD Applications + commonLabels: app: poimen managed-by: argocd + +commonAnnotations: + argocd.argoproj.io/sync-wave: "7"