Kasidit Ritthagol
Kasidit Ritthagol
Workaround that I found for now is ``` testCodeCoverageReport { getClassDirectories().setFrom(files( subprojects.collect {it.fileTree(dir: "${it.buildDir}/classes", exclude: excludedCoverage)} )) } ```
I'm not sure if it's the same with this use case, but it'd be nice if we can have predefined non-default values files that we can select via UI and...
@undera it's custom thing for me, just a way to identify which file we need to add during helm install like for example ```shell helm install . -f ./values/values.mysql.yaml ```...
If we store multiple values files into the same chart directory, I think it should be sufficient enough, or perhaps offer some sorts of directory that we could store this...
im not exactly sure how this would translate into remote cluster though