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
|
repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: cluster/applications/minecraft
|
path: cluster/applications/minecraft
|
||||||
|
directory:
|
||||||
|
recurse: false
|
||||||
|
exclude: application.yaml # prevent self-reference loop with apps-of-apps
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: minecraft
|
namespace: minecraft
|
||||||
|
|||||||
Reference in New Issue
Block a user