fix: changed cert-manager params
This commit is contained in:
+2
-1
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user