You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am used to jinja if/else blocks and for loops, is it currently possible to achieve something like this in argo string templates?
basically i want to APPLY a k8s manifest in an argo workflow template and the spect part of the manifest depend on an input parameter. can i use something like this from jinja ?
i am used to jinja if/else blocks and for loops, is it currently possible to achieve something like this in argo string templates?
basically i want to APPLY a k8s manifest in an argo workflow template and the spect part of the manifest depend on an input parameter. can i use something like this from jinja ?
the same is true for for loops (i guess it is called range in go template?
The text was updated successfully, but these errors were encountered: