When configuring the Values.yaml for a service, it is possible to configure either the path to the Values.yaml or the folder containing Values.yaml. Multiple entries can be created for separate values.yaml. However, specifying "
" wildcard to fetch all the values files isn't supported and
.yaml would be treated as a file name. This request is to have the support for wildcard listing and using multiple Values.yaml with the use of wildcards that would match with the file names. It would benefit the cases where the value.yaml files are dynamic and if they are constantly being added/changed on the repo. Currently during the deployment *.yaml is treated as a file name and the deployment fails because such a file does not exist
Created by Gowri Girish
·