diff --git a/site/content/en/docs/admission-check-controllers/provisioning.md b/site/content/en/docs/admission-check-controllers/provisioning.md index 52fb2b4b97..b8c350e811 100644 --- a/site/content/en/docs/admission-check-controllers/provisioning.md +++ b/site/content/en/docs/admission-check-controllers/provisioning.md @@ -23,7 +23,7 @@ There are two ways to configure ProvisioningRequest sent for your Jobs. - **ProvisioningRequestConfig:** This configuration in the AdmissionCheck applies to all the jobs that go through this check. It enables you to set `provisioningClassName`, `managedResources`, and `parameters` -- **Job annotation**: This configuration applies only to a specific job. It enables you to set `parameters`, and if both the annotation and the ProvisioningRequestConfig refer same one, annotation overrides it. +- **Job annotation**: This configuration enables you to set `parameters` to a specific job. If both the annotation and the ProvisioningRequestConfig refer to the same parameter, the annotation value takes precedence. ### ProvisioningRequestConfig A `ProvisioningRequestConfig` looks like the following: