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: {}, });