ImagePolicyWebhook: config can be embedded#15233
ImagePolicyWebhook: config can be embedded#15233k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
All admission control plugins support two modes for specifying their configuration: linking to an external file using the `path` key in the shared admission configuration file, or directly embedding the configuration using the `configuration` key in the shared admission configuration file. This commit makes the ImagePolicyWebhook documentation mention the embedded configuration option.
|
Welcome @ahmedtd! |
|
/assign @bradtopol |
|
Deploy preview for kubernetes-io-master-staging ready! Built with commit fedebad https://deploy-preview-15233--kubernetes-io-master-staging.netlify.com |
|
/assign @thockin @derekwaynecarr |
|
/unassign @bradtopol |
|
/approve needs a tech lgtm |
|
/assign @mikedanese |
|
Thanks! /lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tengqm, thockin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
All admission control plugins support two modes for specifying their configuration: linking to an external file using the
pathkey in the shared admission configuration file, or directly embedding the configuration using theconfigurationkey in the shared admission configuration file.This commit makes the ImagePolicyWebhook documentation mention the embedded configuration option.