kube-workflow
Advanced tools
Comparing version 1.7.3 to 1.7.5
{ | ||
"name": "kube-workflow", | ||
"version": "1.7.3", | ||
"version": "1.7.5", | ||
"repository": "git@github.com:SocialGouv/kube-workflow.git", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -147,8 +147,11 @@ const os = require("os") | ||
const chartNames = await getDirectories(`${KUBEWORKFLOW_PATH}/charts`) | ||
await Promise.all([ | ||
fs.symlink(WORKSPACE_PATH, `${KWBUILD_PATH}/workspace`), | ||
...chartNames.map(chartName => { | ||
return fs.symlink(WORKSPACE_PATH, `${KWBUILD_PATH}/charts/${chartName}/workspace`) | ||
}) | ||
]) | ||
const filesPath = `${workspaceKubeworkflowPath}/files}` | ||
if (await fs.pathExists(filesPath)){ | ||
await Promise.all([ | ||
fs.symlink(filesPath, `${KWBUILD_PATH}/files`), | ||
...chartNames.map(chartName => { | ||
return fs.symlink(filesPath, `${KWBUILD_PATH}/charts/${chartName}/files`) | ||
}) | ||
]) | ||
} | ||
@@ -155,0 +158,0 @@ logger.debug("Build base manifest using helm") |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
310525
1138