kapicorp / kapitan

Generic templated configuration management for Kubernetes, Terraform and other things
https://kapitan.dev
Apache License 2.0
1.83k stars 200 forks source link

[feat]: load classes generically according to a given pattern #1084

Open MatteoVoges opened 12 months ago

MatteoVoges commented 12 months ago

Description of the feature

Reference: Slack Thread

Usage:

classes:
  - * # (load all classes)
  - clusters.* # (all classes in clusters/ directory
  - dev-* # (all classes with prefix dev- (in all (sub)-directories)

We could extend this request by not just supporting *, but other symbols as well.

Additional context

No response