Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Always retain metadata.finalizers and metadata.annotations #1010

Merged
merged 1 commit into from
Jul 15, 2019
Merged

Always retain metadata.finalizers and metadata.annotations #1010

merged 1 commit into from
Jul 15, 2019

Commits on Jul 15, 2019

  1. Always retain metadata.finalizers and metadata.annotations

    Since finalizers and annotations will typically be managed by local
    controllers, ensure that these fields cannot be set from the template
    and are always retained from an existing resource. It will still be
    possible to apply overrides to add or remove entries from these
    collections.
    
    As part of this change, it was necessary to perform field retention
    before overriding to ensure that retained fields could be the subject
    of override directives.
    marun committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    b63ade8 View commit details
    Browse the repository at this point in the history