Summary
The user is inquiring about the limitations of using static workflow inputs, which are promises, in configuring resources with with_overrides
. They note that the only alternative is to use a @dynamic
workflow, which avoids promises but incurs the downside of additional latency due to the execution of an extra pod. The user is questioning if there is a better approach or if they are overlooking something.