You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add Glob support to the runtimeconfig file paths, e.g. /etc/my-app/*.yaml would load all YAMLS files in alphabetical order in directory /etc/my-app/.
Motivation
Allows empty directories I'm mounting a ConfigMap as optional. This means a config file might not be present at the beginning.
Allows hierarchical loading One can have a folder with files config-001.yaml, config-003.yaml etc.
The text was updated successfully, but these errors were encountered:
I would like to add Glob support to the runtimeconfig file paths, e.g.
/etc/my-app/*.yaml
would load all YAMLS files in alphabetical order in directory/etc/my-app/
.Motivation
Allows empty directories I'm mounting a ConfigMap as optional. This means a config file might not be present at the beginning.
Allows hierarchical loading One can have a folder with files
config-001.yaml
,config-003.yaml
etc.The text was updated successfully, but these errors were encountered: