mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-27 15:19:27 +08:00
JSON structure fixes
This commit is contained in:
@@ -151,7 +151,7 @@ function getFilePathsConfigs() {
|
||||
let helmChartPaths = [];
|
||||
if (process.env.HELM_CHART_PATHS) {
|
||||
helmChartPaths = process.env.HELM_CHART_PATHS.split('\n');
|
||||
helmChartPaths.filter(val => val != "");
|
||||
helmChartPaths.splice(-1);
|
||||
}
|
||||
filePathsConfig[HELM_CHART_KEY] = helmChartPaths;
|
||||
//Fetch labels from each image
|
||||
|
||||
Reference in New Issue
Block a user