diff --git a/k8s-infra/index.ts b/k8s-infra/index.ts index 870d449..4b9e5d6 100644 --- a/k8s-infra/index.ts +++ b/k8s-infra/index.ts @@ -67,8 +67,9 @@ const certManager = new k8s.helm.v3.Release( repositoryOpts: { repo: "https://charts.jetstack.io" }, namespace: "cert-manager", createNamespace: true, + timeout: 600, values: { - installCRDs: true, + crds: { enabled: true }, }, }, opts(),