Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove duplicate emissary call in executor
As per the initial inline dev comment, argo podspecpatch did not add the emissary call, and had to be manualy added. This was fixed a couple of argo versions back. However, as a result executor pod makes double calls to the executor, which as a consequence also results in superflous logs. This change removes the additional call to emissary to resolve this. Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
- Loading branch information