helm : fichiers multiples + variable

This commit is contained in:
admju
2024-09-11 13:13:28 +00:00
parent c7f8503fb6
commit 279f93224f
5 changed files with 21 additions and 12 deletions

View File

@@ -92,8 +92,6 @@ func (this *InstallClass) ChartRepo() (error) {
func (this *InstallClass) InstallCharts(modules []string) (error) {
// helm_bin, _ := this.getToolBin("helm")
// kubectl_bin, _ := this.getToolBin("kubectl")
var wg sync.WaitGroup