From c59fa0d2b7741113c7dde4f3ae01e5116a7f0eb8 Mon Sep 17 00:00:00 2001
From: Adrian Stoica <stoica@ntnu.no>
Date: Fri, 15 Sep 2023 18:03:20 +0200
Subject: [PATCH] conf(che): fix indentation

---
 devfile.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devfile.yaml b/devfile.yaml
index b70d8c6..82405bd 100644
--- a/devfile.yaml
+++ b/devfile.yaml
@@ -15,7 +15,7 @@ components:
           name: 6900-tcp
           protocol: http
           targetPort: 6900
-          - exposure: public
+        - exposure: public
           name: 6901-tcp
           protocol: http
           targetPort: 6901
\ No newline at end of file
-- 
GitLab