Merge pull request #47724 from FengyunPan/update-admission-control-arg

Automatic merge from submit-queue

Update admission control args in imagepolicy comment

Use '--admission-control-config-file' rather than
'--admission-controller-config-file'

**Release note**:
```release-note
NONE
```
This commit is contained in:
Kubernetes Submit Queue 2017-08-11 18:26:57 -07:00 committed by GitHub
commit 03ea3eeff2

View File

@ -184,7 +184,7 @@ func (a *imagePolicyWebhook) admitPod(pod *api.Pod, attributes admission.Attribu
}
// NewImagePolicyWebhook a new imagePolicyWebhook from the provided config file.
// The config file is specified by --admission-controller-config-file and has the
// The config file is specified by --admission-control-config-file and has the
// following format for a webhook:
//
// {