From 6cc20ba26f138fc80589467cc1ea52880d063154 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Fri, 13 Aug 2021 22:33:27 +0200
Subject: [PATCH] fix(openshift-monitoring): Add missing kustomization

---
 infrastructure/openshift-monitoring/kustomization.yaml | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 infrastructure/openshift-monitoring/kustomization.yaml

diff --git a/infrastructure/openshift-monitoring/kustomization.yaml b/infrastructure/openshift-monitoring/kustomization.yaml
new file mode 100644
index 000000000..be69e3732
--- /dev/null
+++ b/infrastructure/openshift-monitoring/kustomization.yaml
@@ -0,0 +1,5 @@
+apiVersion: kustomize.config.k8s.io/v1beta1
+kind: Kustomization
+namespace: openshift-monitoring
+resources:
+  - cluster-monitoring-config.yaml
-- 
GitLab