Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoravong committed Dec 19, 2024
1 parent b953342 commit 99775da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional_tests/functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func deployChartsAndApps(t *testing.T) {
install := action.NewInstall(actionConfig)
install.Namespace = "default"
install.ReleaseName = "sock"
install.IncludeCRDs = true
install.WaitForJobs = true
_, err = install.Run(chart, values)
if err != nil {
t.Logf("error reported during helm install: %v\n", err)
Expand Down

0 comments on commit 99775da

Please sign in to comment.