Skip to content

Commit b60ca27

Browse files
authored
Merge pull request #2869 from mogsie/patch-1
📖 Fix typo in headline "Namespace"
2 parents 91e9ce1 + 4cca4b1 commit b60ca27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/reference/envtest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Expect(deployment.ObjectMeta.OwnerReferences).To(ContainElement(expectedOwnerRef
155155

156156
<aside class="warning">
157157

158-
<h2>Namesapce usage limitation</h2>
158+
<h2>Namespace usage limitation</h2>
159159

160160
EnvTest does not support namespace deletion. Deleting a namespace will seem to succeed, but the namespace will just be put in a Terminating state, and never actually be reclaimed. Trying to recreate the namespace will fail. This will cause your reconciler to continue reconciling any objects left behind, unless they are deleted.
161161

0 commit comments

Comments
 (0)