Skip to content

Commit

Permalink
Reimplement PR #2525
Browse files Browse the repository at this point in the history
Fixes typo by removing the word "controller"
  • Loading branch information
chenopis authored Mar 3, 2017
1 parent a238ed8 commit 2c8ddb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/admin/admission-controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The ImagePolicyWebhook plug-in allows a backend webhook to make admission decisi
```

#### Configuration File Format
ImagePolicyWebhook uses the admission controller config file (`--admission-controller-config-file`) to set configuration options for the behavior of the backend. This file may be json or yaml and has the following format:
ImagePolicyWebhook uses the admission config file `--admission-controller-config-file` to set configuration options for the behavior of the backend. This file may be json or yaml and has the following format:

```javascript
{
Expand Down

0 comments on commit 2c8ddb6

Please sign in to comment.