From 72f2b300c18d91d2c018cba7cb3b83e6646e3a63 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Tue, 25 Jan 2022 22:43:27 +0100
Subject: [PATCH] fix(kube-system): Add missing deployment instructions

---
 infrastructure/kube-system/kustomization.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/infrastructure/kube-system/kustomization.yaml b/infrastructure/kube-system/kustomization.yaml
index 53a3b2384..95b18c2b0 100644
--- a/infrastructure/kube-system/kustomization.yaml
+++ b/infrastructure/kube-system/kustomization.yaml
@@ -3,3 +3,5 @@ kind: Kustomization
 namespace: kube-system
 resources:
   - poddisruptionbudget.yaml
+  - quorum.yaml
+  - descheduler.yaml
-- 
GitLab