fix(minecraft): exclude application.yaml from self-sync to resolve SharedResourceWarning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user