Add .spec.buildMetadata optional field to Kustomization API#1632
Merged
stefanprodan merged 1 commit intofluxcd:mainfrom Apr 10, 2026
Merged
Add .spec.buildMetadata optional field to Kustomization API#1632stefanprodan merged 1 commit intofluxcd:mainfrom
.spec.buildMetadata optional field to Kustomization API#1632stefanprodan merged 1 commit intofluxcd:mainfrom
Conversation
03de887 to
14629fb
Compare
Member
|
@pmialon please bump |
Allow users to configure kustomize buildMetadata per Kustomization resource. Supported values are 'originAnnotations' and 'transformerAnnotations' which add source origin and transformer tracking annotations to the built resources respectively. Signed-off-by: Pierre-Gilles Mialon <pmialon@users.noreply.github.com> Ref: fluxcd#1579 Signed-off-by: Pierre-Gilles Mialon <pmialon@gmail.com> Signed-off-by: Pierre-Gilles Mialon <pierre-gilles.mialon@qube-rt.com>
14629fb to
2ab5e24
Compare
.spec.buildMetadata optional field to Kustomization API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a
.spec.buildMetadatafield to the Kustomization CRD, allowing users to configure kustomize buildMetadata options per Kustomization resource. Supported values areoriginAnnotationsandtransformerAnnotations.Closes #1579
Changes
BuildMetadatafield andBuildMetadataOptiontype toKustomizationSpecAPIoriginAnnotations,transformerAnnotations)TestKustomizationReconciler_BuildMetadataDependencies
This PR depends on fluxcd/pkg#1162 which adds the generator-side support for reading
buildMetadatafrom the Kustomization spec and writing it to the generatedkustomization.yaml.Test plan
go.moddependency