From 308ee553c3583804bb361a4e9c11d92c9468ea12 Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Sun, 19 Jul 2026 13:44:30 -0500 Subject: [PATCH] fix(minecraft): exclude application.yaml from self-sync to resolve SharedResourceWarning --- cluster/applications/minecraft/application.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cluster/applications/minecraft/application.yaml b/cluster/applications/minecraft/application.yaml index f03c804..e4de865 100644 --- a/cluster/applications/minecraft/application.yaml +++ b/cluster/applications/minecraft/application.yaml @@ -12,6 +12,9 @@ spec: repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git targetRevision: main path: cluster/applications/minecraft + directory: + recurse: false + exclude: application.yaml # prevent self-reference loop with apps-of-apps destination: server: https://kubernetes.default.svc namespace: minecraft