podSpecPatch configuration not passed down to Workflow Steps/DAG Tasks #13910
Unanswered
cossentinoCS
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am intending to apply a podSpecPatch to a template that has two Workflow Steps that each run a "base" script template which I use across many workflows
However, the patch seems to be ignored unless I apply the patch directly to the base template.
My workaround has been to duplicate the "base" template with different podSpecPatches depending on the use case, but results in lots of duplicate code in order to apply a single configuration change.
Is this a bug, misconfiguration, or simply not part of Argo's inheritance pattern?
Is there a one place reference to understand how configuration is inherited across argo workflow resources?
Beta Was this translation helpful? Give feedback.
All reactions