Skip to content

Commit

Permalink
test helm don't wait
Browse files Browse the repository at this point in the history
  • Loading branch information
indresh-28 committed Aug 27, 2023
1 parent 590bd1a commit f3212eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions capten/common-pkg/plugins/helm/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ func (h *HelmCLient) Create(req *model.CreteRequestPayload) (json.RawMessage, er
ChartName: req.ChartName,
Namespace: req.Namespace,
Version: req.Version,
Wait: true,
Timeout: time.Duration(req.Timeout) * time.Minute,
//Wait: true,
Timeout: time.Duration(req.Timeout) * time.Minute,
} // Use an unpacked chart directory.

if req.ValuesYaml != "" {
Expand Down

0 comments on commit f3212eb

Please sign in to comment.