Skip to content

Add Resource in the chain when executing commands

Marcos Huck requested to merge fix/missing_resource into feature/code_refactor

Context

When executing a script inside the copy pods, an error is thrown because Kuberneets cannot find the requested resource.

Change

This MR attempts to fix the issue of not finding the requested resource by adding the Resource method to the chain of functions needed to execute a script inside a pod. This was missing in the worker refactor by human error.

Other information

Additional documentation

Merge request reports