From 4ac946348c24fc06083bfd7a81af332cd79bc964 Mon Sep 17 00:00:00 2001
From: xeruf <27jf@pm.me>
Date: Sun, 17 Mar 2024 10:54:52 +0300
Subject: [PATCH] infra: disable broken and unused truecharts

---
 infrastructure/sources/kustomization.yaml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 infrastructure/sources/kustomization.yaml

diff --git a/infrastructure/sources/kustomization.yaml b/infrastructure/sources/kustomization.yaml
new file mode 100644
index 0000000..4794ab4
--- /dev/null
+++ b/infrastructure/sources/kustomization.yaml
@@ -0,0 +1,14 @@
+apiVersion: kustomize.config.k8s.io/v1beta1
+kind: Kustomization
+resources:
+  - zammad.yaml
+  - calcom.yaml
+  - forgejo.yaml
+  - gitea.yaml
+  - invoiceninja.yaml
+  - robjuz.yaml
+  - vikunja.yaml
+  - 8gears.yaml
+  - minicloudlabs.yaml
+  - nemonik.yaml
+  #- truecharts.yaml
-- 
GitLab