Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmadhankumar committed Oct 20, 2023
1 parent f9ba1e0 commit 682c3d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/e2e/ignore_failing_api_services_flag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@ metadata:
fmt.Printf(" \n =========> Out: %+v", out)
fmt.Printf("\n ==========> err: %+v", err)

out, err = kubectl.RunWithOpts([]string{"apply", "-f", "-"}, RunOpts{
// out, err = kubectl.RunWithOpts([]string{"apply", "-f", "-"}, RunOpts{
// AllowError: true, IntoNs: true, StdinReader: strings.NewReader(yaml3)})

out, err = kapp.RunWithOpts([]string{"deploy", "-f", "-", "-a", name3}, RunOpts{
AllowError: true, IntoNs: true, StdinReader: strings.NewReader(yaml3)})

fmt.Printf(" \n =========> Out: %+v", out)
Expand Down

0 comments on commit 682c3d1

Please sign in to comment.