Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Remove unused pod example file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Manno authored and Mario Manno committed Sep 25, 2020
1 parent 2be97ca commit cb01c02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions docs/examples/pod.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion e2e/kube/examples_count_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ var _ = Describe("Examples Directory Files", func() {
})
Expect(err).NotTo(HaveOccurred())
// If this testcase fails that means a test case is missing for an example in the docs folder
Expect(countFile).To(Equal(9))
Expect(countFile).To(Equal(8))
})
})

0 comments on commit cb01c02

Please sign in to comment.