Skip to content

Commit

Permalink
Update wait flag for inlets-operator for helm3
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Jan 11, 2020
1 parent 3350a8d commit ef3c239
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/cmd/inletsoperator_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,12 @@ func makeInstallInletsOperator() *cobra.Command {
}

if helm3 {
wait := false

outputPath := path.Join(chartPath, "inlets-operator")

err := helm3Upgrade(outputPath, "inlets/inlets-operator",
namespace, "values.yaml", overrides)
namespace, "values.yaml", overrides, wait)
if err != nil {
return err
}
Expand Down

0 comments on commit ef3c239

Please sign in to comment.