Skip to content

Commit

Permalink
Update site/content/en/docs/admission-check-controllers/provisioning.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
  • Loading branch information
PBundyra and alculquicondor committed Mar 28, 2024
1 parent 907e3c5 commit 4ef3e3a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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:
Expand Down

0 comments on commit 4ef3e3a

Please sign in to comment.