From 44f18824c5811e11ec08adbd8814561ba36538dc Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Tue, 1 Feb 2022 23:25:35 +0100
Subject: [PATCH] fix(calico): Enable API server by helm chart

---
 bootstrap/calico/release.yaml               | 2 ++
 infrastructure/calico/calico-apiserver.yaml | 6 ------
 2 files changed, 2 insertions(+), 6 deletions(-)
 delete mode 100644 infrastructure/calico/calico-apiserver.yaml

diff --git a/bootstrap/calico/release.yaml b/bootstrap/calico/release.yaml
index 2ad8eb948..d83e889b1 100644
--- a/bootstrap/calico/release.yaml
+++ b/bootstrap/calico/release.yaml
@@ -15,6 +15,8 @@ spec:
       version: v3.22.0
   interval: 15m
   values:
+    apiServer:
+      enabled: true
     installation:
       enabled: true
       kubernetesProvider: ""
diff --git a/infrastructure/calico/calico-apiserver.yaml b/infrastructure/calico/calico-apiserver.yaml
deleted file mode 100644
index cd9898dea..000000000
--- a/infrastructure/calico/calico-apiserver.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
-apiVersion: operator.tigera.io/v1
-kind: APIServer
-metadata:
-  name: default
-spec: {}
-
-- 
GitLab