Explorar o código

chart install timeout set to 300

sunguroku %!s(int64=5) %!d(string=hai) anos
pai
achega
4caf9e7a20
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      internal/helm/agent.go

+ 1 - 0
internal/helm/agent.go

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