From 37e55c3d9d29a3e3fbfcf37d1af2c6e5afe0417b Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Thu, 6 Oct 2022 12:03:59 +0200
Subject: [PATCH] removal(tekton): Remove tekton operator

This patch removes the tekton setup in the cluster entirely, because it
didn't become useful since its introduction. For now, gitlab-runners are
the better alternative.
---
 infrastructure/kustomization.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/infrastructure/kustomization.yaml b/infrastructure/kustomization.yaml
index e46fbadb4..4b9b4c54f 100644
--- a/infrastructure/kustomization.yaml
+++ b/infrastructure/kustomization.yaml
@@ -17,4 +17,3 @@ resources:
   - postgres
   - kubenav
   - starboard
-  - tekton
-- 
GitLab