From 00b89f360c557778486c417d263aad15ce473283 Mon Sep 17 00:00:00 2001
From: xeruf <27jf@pm.me>
Date: Tue, 12 Mar 2024 21:40:57 +0300
Subject: [PATCH] apps: disable penpot until it's actually added

---
 apps/kustomization.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/kustomization.yaml b/apps/kustomization.yaml
index 9d4d9f7..6f591fe 100644
--- a/apps/kustomization.yaml
+++ b/apps/kustomization.yaml
@@ -8,6 +8,6 @@ resources:
   - flow-kustomization.yaml
   - meet-kustomization.yaml
   - status-kustomization.yaml
-  - design-kustomization.yaml
+  #- design-kustomization.yaml #to be configured
   #- sprint-kustomization.yaml #charts outdated
   #- video-kustomization.yaml #missing storage
-- 
GitLab