Replies: 1 comment
-
I also have this issue, I'd like to have a dynamic timeoutSeconds based on each http endpoint call. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to use a parameter for the
timeoutSeconds
attribute of the HTTP templateUnfortunately when deploying such a resource, I am getting the following error in Argo Workflows UI:
The problem is, that I need the quotes around the Go template that resolves the parameter - but in turn they set the datatype to
string
causing deserialization to fail.Has anyone a suggestion on how I can fix / work around this?
Beta Was this translation helpful? Give feedback.
All reactions