Ver Fonte

add hotfix for helm value timeouts

Alexander Belanger há 4 anos atrás
pai
commit
33bc12f71f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      internal/helm/agent.go

+ 1 - 1
internal/helm/agent.go

@@ -381,7 +381,7 @@ func (a *Agent) InstallChart(
 
 	cmd.ReleaseName = conf.Name
 	cmd.Namespace = conf.Namespace
-	cmd.Timeout = 300
+	cmd.Timeout = 300 * time.Second
 
 	if err := checkIfInstallable(conf.Chart); err != nil {
 		return nil, err