Skip to content

Commit

Permalink
Conflicts were resolved
Browse files Browse the repository at this point in the history
Signed-off-by: Tigran Manasyan <tigran.manasyan@xored.com>
  • Loading branch information
Tigran Manasyan committed Nov 24, 2020
1 parent 57875b3 commit 0633056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion basic_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func (s *BasicTestsSuite) TearDownSuite() {
}

func (s *BasicTestsSuite) TearDownTest() {
k8s.ShowLogs(s.options...)
k8s.ShowLogs(defaultNamespace, s.options...)
}

func (s *BasicTestsSuite) TestDeployAlpine() {
Expand Down
1 change: 1 addition & 0 deletions k8s/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func WaitLogsMatch(labelSelector, pattern, namespace string, timeout time.Durati
}
time.Sleep(time.Millisecond * 100)
}
}

// ApplyDaemonSet is analogy of 'kubeclt apply -f path' but with mutating daemonSet before apply
func ApplyDaemonSet(path string, mutators ...func(deployment *apiv1.DaemonSet)) error {
Expand Down

0 comments on commit 0633056

Please sign in to comment.