buildMetadata

Specify options for including information about the build in annotations or labels.

apiVersion: kustomize.config.k8s.io/v1beta1

See the Tasks section for examples of how to use the buildMetadata field.

buildMetadata

BuildMetadata specifies options for adding kustomize build information to resource labels or annotations.


  • buildMetadata ([]string)

    List of strings used to toggle different build options. The strings can be one of three builtin options that add metadata to each resource about how the resource was built. It is possible to set one or all of these options in the kustomization file.

    These options are:

    • managedByLabel
    • originAnnotations
    • transformerAnnotations

Last modified January 26, 2024: Add buildMetadata task and ref (#5511) (26165a86)