Skip to content

Commit

Permalink
fix: remove empty line
Browse files Browse the repository at this point in the history
Signed-off-by: Shawn Warren <shawn.w.warren@gmail.com>
  • Loading branch information
swarren83 committed Jan 19, 2023
1 parent 98dad71 commit 3f871f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/docs/exempt-namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,4 @@ The difference is at what point in the admission process an exemption occurs.

If you use `--exempt-namespace` flag and `admission.gatekeeper.sh/ignore` label, Gatekeeper's webhook will not be called by the API server for any resource in that namespace. That means that Gatekeeper being down should have no effect on requests for that namespace.


If you use the config method, Gatekeeper itself evaluates the exemption. The benefit there is that we have more control over the syntax and can be more fine-grained, but it also means that the API server is still calling the webhook, which means downtime can have an impact.

0 comments on commit 3f871f0

Please sign in to comment.