From c7f309cd23b5d021457939323ec11a813fc48707 Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Mon, 22 Dec 2025 20:56:22 +0100 Subject: [PATCH] remove istio and cert manager auto install --- images/operator/src/bootstrap/bootstrap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/operator/src/bootstrap/bootstrap.ts b/images/operator/src/bootstrap/bootstrap.ts index 4b1baae..ca1c3aa 100644 --- a/images/operator/src/bootstrap/bootstrap.ts +++ b/images/operator/src/bootstrap/bootstrap.ts @@ -32,7 +32,7 @@ class BootstrapService { public ensure = async () => { await this.namespaces.ensure(); await this.repos.ensure(); - await this.releases.ensure(); + // await this.releases.ensure(); await this.cloudflareTunnel.ensure({ spec: {}, });