Commit 03ea3eef authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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 ```
parents 9c508f12 8646f79a
...@@ -184,7 +184,7 @@ func (a *imagePolicyWebhook) admitPod(pod *api.Pod, attributes admission.Attribu ...@@ -184,7 +184,7 @@ func (a *imagePolicyWebhook) admitPod(pod *api.Pod, attributes admission.Attribu
} }
// NewImagePolicyWebhook a new imagePolicyWebhook from the provided config file. // 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: // following format for a webhook:
// //
// { // {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment