Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include parameterNotFoundAction in Validating Admission Policy documentation #48734

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 15, 2024

  1. Include parameterNotFoundAction in ValidatingAdmissionPolicy document…

    …ation
    
    - Added a description of the `parameterNotFoundAction` field to the `paramRef` section of the Validating Admission Policy documentation.
    - Clarified the behavior and allowed values (`Allow` and `Deny`) of the `parameterNotFoundAction` field in relevant sections.
    - Highlighted the importance of setting `parameterNotFoundAction` for policy bindings using parameter resources.
    Lahoussine-Bouhmou authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9c88cfb View commit details
    Browse the repository at this point in the history
  2. Include parameterNotFoundAction in binding-with-param.yaml

    Updated YAML second example: binding-with-param.yaml to include the required `parameterNotFoundAction` field.
    Lahoussine-Bouhmou authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    19c24ff View commit details
    Browse the repository at this point in the history
  3. Include parameterNotFoundAction in binding-with-param-prod.yaml

    Updated YAML second example: binding-with-param-prod.yaml to include the required `parameterNotFoundAction` field.
    Lahoussine-Bouhmou authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    fcd72b1 View commit details
    Browse the repository at this point in the history