Explorar o código

add hotfix for helm value timeouts

Alexander Belanger %!s(int64=4) %!d(string=hai) anos
pai
achega
33bc12f71f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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