From 35a0991a6370274628651700a810b62fe0af2cf6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Thu, 11 Feb 2021 19:07:08 +0100
Subject: [PATCH] Remove outdated kustomization files

---
 execution/uc-application/kustomization.yaml        | 12 ------------
 execution/uc-workload-generator/kustomization.yaml |  5 -----
 2 files changed, 17 deletions(-)
 delete mode 100644 execution/uc-application/kustomization.yaml
 delete mode 100644 execution/uc-workload-generator/kustomization.yaml

diff --git a/execution/uc-application/kustomization.yaml b/execution/uc-application/kustomization.yaml
deleted file mode 100644
index 24c89cfda..000000000
--- a/execution/uc-application/kustomization.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-apiVersion: kustomize.config.k8s.io/v1beta1
-kind: Kustomization
-
-commonLabels:
-  app: titan-ccp-aggregation
-
-# Use all resources to compose them into one file
-resources:
-  - aggregation-deployment.yaml
-  - aggregation-service.yaml
-  - service-monitor.yaml
-  - jmx-configmap.yaml
diff --git a/execution/uc-workload-generator/kustomization.yaml b/execution/uc-workload-generator/kustomization.yaml
deleted file mode 100644
index 2a2c3de74..000000000
--- a/execution/uc-workload-generator/kustomization.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
-apiVersion: kustomize.config.k8s.io/v1beta1
-kind: Kustomization
-
-resources:
-  - workloadGenerator.yaml
-- 
GitLab