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

doc: Patches can't wildcard match within one resource #4250

Closed
wants to merge 1 commit into from

Commits on Oct 20, 2021

  1. doc: Patches can't wildcard match within one resource

    Update the patchMultipleObjects docs to explain that there is no support
    for applying one patch to multiple objects within a single resource,
    e.g. patching the env list or imagePullPolicy for all containers in a
    single Deployment resource.
    
    A single patch can be applied to multiple distinct k8s resources, e.g.
    patch all Deployment, but not multiple json objects within one resource.
    
    Point to the transformers documentation to help users discover the image
    transformer, name prefix/suffix transformer, etc.
    ringerc authored and Craig Ringer committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    94df75c View commit details
    Browse the repository at this point in the history