From 46250cd5e509e752e0b56347aa43344539243082 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 18 Nov 2022 14:49:39 +0100 Subject: [PATCH] chore: enabled calico apiserver during test deployments --- molecule/rocky9/templates/calico-installation.yaml.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/molecule/rocky9/templates/calico-installation.yaml.j2 b/molecule/rocky9/templates/calico-installation.yaml.j2 index 06b0fb8..096e096 100644 --- a/molecule/rocky9/templates/calico-installation.yaml.j2 +++ b/molecule/rocky9/templates/calico-installation.yaml.j2 @@ -13,3 +13,9 @@ spec: nodeSelector: all() nodeMetricsPort: 9091 typhaMetricsPort: 9093 +--- +apiVersion: operator.tigera.io/v1 +kind: APIServer +metadata: + name: default +spec: {}