Skip to content

Conversation

@stefanprodan
Copy link
Member

@stefanprodan stefanprodan commented Sep 4, 2025

This PR adds a new field to the Kustomization API named ignoreMissingComponents that allows for kustomize components to be optional. When set to true, if a component path is not found in the source, it will be removed from the generated kustomization.yaml.

Implemented in: fluxcd/pkg#1017

Closes: #1440

@stefanprodan stefanprodan added enhancement New feature or request area/kustomize Kustomize related issues and pull requests labels Sep 4, 2025
Copy link
Member

@matheuscscp matheuscscp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🚀

@stefanprodan stefanprodan merged commit 2e1ef03 into main Sep 4, 2025
7 checks passed
@stefanprodan stefanprodan deleted the ignore-components branch September 4, 2025 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kustomize Kustomize related issues and pull requests enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Optional Components (ignoreMissingComponents)

3 participants