Kustomize: Support for wildcard in resource

Created on 18 Oct 2018  路  1Comment  路  Source: kubernetes-sigs/kustomize

Currently each resource needs to be enumerated in kustomization.yaml so when a new yaml file is added, kustomization.yaml needs to be updated. It'd be great if resource accepts wildcard or directory

>All comments

@lionelvillard We did consider this support previously, but decided not to add it. The reason is documented here https://github.com/kubernetes-sigs/kustomize/blob/master/docs/eschewedFeatures.md#globs-in-kustomization-files

On the other side, our kustomize edit add resource support globs. You can use it to add files under a directory to kustomization.yaml.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

davidknezic picture davidknezic  路  3Comments

TechnicalMercenary picture TechnicalMercenary  路  3Comments

yujunz picture yujunz  路  5Comments

laupow picture laupow  路  4Comments

natasha41575 picture natasha41575  路  3Comments