remove istio and cert manager auto install

This commit is contained in:
Morten Olsen
2025-12-22 20:56:22 +01:00
parent dc7d46d53c
commit c7f309cd23

View File

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