export const certManagerChart = new helm.v2.Chart(...
# general
g
export const certManagerChart = new helm.v2.Chart("cert-manager", { repo: "stable", chart: "cert-manager", version: "v0.4.1", }, { providers: { kubernetes: k8sProvider } });