18 lines
371 B
YAML
18 lines
371 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
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"
|