Merge pull request #113 from openappsec/WrightNed-patch-1

Update orchestration_package.sh
This commit is contained in:
WrightNed
2024-03-12 13:02:27 +02:00
committed by GitHub

View File

@@ -719,8 +719,10 @@ copy_orchestration_executable()
if [ -f /ext/appsec/local_policy.yaml ]; then
cp_exec "ln -s /ext/appsec/local_policy.yaml ${FILESYSTEM_PATH}/${CONF_PATH}/local_policy.yaml"
else
if [ ! -f ${FILESYSTEM_PATH}/${CONF_PATH}/local_policy.yaml ]; then
cp_copy local-default-policy.yaml ${FILESYSTEM_PATH}/${CONF_PATH}/local_policy.yaml
fi
fi
}
copy_k8s_executable()