Link K8S deps properly

This commit is contained in:
Elijah Dunemask 2022-10-08 17:47:46 +00:00
parent 0ac77cdb15
commit f0260fc819
64 changed files with 4282 additions and 3069 deletions

View file

@ -1,7 +1,7 @@
export default function executorConfig(payload){
export default function executorConfig(payload) {
return {
command: ({command})=> command,
url: ({url})=>url ,
jobId: ({jobId}) => jobId,
}
}
command: ({ command }) => command,
url: ({ url }) => url,
jobId: ({ jobId }) => jobId,
};
}