From 29a1cb6a05788dc54a4d1b103251be980f706829 Mon Sep 17 00:00:00 2001
From: seanfredrickcruz <seanfredrick.cruz@stratpoint.com>
Date: Thu, 3 Apr 2025 15:06:06 +0800
Subject: [PATCH] test pipeline for both deployment and FE

---
 app/frontend/src/App.js                     | 2 +-
 task-app/templates/frontend-deployment.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/frontend/src/App.js b/app/frontend/src/App.js
index 681e041..be48c9b 100644
--- a/app/frontend/src/App.js
+++ b/app/frontend/src/App.js
@@ -20,7 +20,7 @@ function App() {
       setTasks(data);
       setLoading(false);
     } catch (err) {
-      setError('Failed to fetch tasks');
+      setError('Failed to fetch taskssss');
       setLoading(false);
     }
   };
diff --git a/task-app/templates/frontend-deployment.yaml b/task-app/templates/frontend-deployment.yaml
index 842cb4c..3cab8ea 100644
--- a/task-app/templates/frontend-deployment.yaml
+++ b/task-app/templates/frontend-deployment.yaml
@@ -3,7 +3,7 @@ kind: Deployment
 metadata:
   name: {{ .Release.Name }}-frontend
   labels:
-    app: frontends
+    app: frontendsss
     release: {{ .Release.Name }}
 spec:
   replicas: {{ .Values.frontend.replicaCount }}
-- 
GitLab