feat: add cert-manager module and helm repo support #31
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/awsOKD"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
cert-managermodule for deploying cert-manager.cert_managermodule inmodules/mod.rs.src/modules/cert_managerdirectory and its associated code.add_repofunction insrc/modules/helm.rsfor adding Helm repositories.LAMPInterpretandlamp.rsto integrate the new module.f281e01f29to4be008556e@@ -45,2 +64,4 @@pub score: HelmChartScore,}impl HelmChartInterpret {fn add_repo(&self) -> Result<(), InterpretError> {https://github.com/kubernetes-sigs/kustomize/blob/master/plugin/builtin/helmchartinflationgenerator/HelmChartInflationGenerator.go#L326
Could be simplified, without needing to manage repos through
helm repo addetc