Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmadhankumar committed Oct 23, 2023
1 parent 8f03e01 commit 06ad66a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
8 changes: 4 additions & 4 deletions test/e2e/ignore_failing_api_services_flag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@ metadata:
fmt.Printf(" \n =========> Out: %+v", out)
fmt.Printf("\n ==========> err: %+v", err)

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{
// 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)
fmt.Printf("\n ==========> err: %+v", err)
fmt.Printf("\n ==========> err.Error(): %+s", err.Error())
Expand Down

0 comments on commit 06ad66a

Please sign in to comment.