[archived] "Resource Template" docs discussion #9453
Replies: 7 comments 10 replies
-
Is it possible to pass the manifest via an input artifact? |
Beta Was this translation helpful? Give feedback.
-
Is it possible to get the generated name of a resource? |
Beta Was this translation helpful? Give feedback.
-
Is it possible to access input artifacts from created resources? I'm creating a spark job and would like to access the input artifact instead writing code to download it from s3 |
Beta Was this translation helpful? Give feedback.
-
What about the crucial information => Which service-account is used here? |
Beta Was this translation helpful? Give feedback.
-
how to use complex condition in the successCondition, like below, it can't work resource:
action: create
failureCondition: status.status == failed
successCondition: status.phase == recover && status.status == success |
Beta Was this translation helpful? Give feedback.
-
is it possible to get the outputs artifacts , eg manifest contents is tfjob |
Beta Was this translation helpful? Give feedback.
-
Is it possible to use jsonpath as a way of getting a particular field? I am having trouble accessing particular fields within a status condition. Since it is an array I am having trouble using the jsonpath syntax as I receive the following error: condition: successCondition: "status.conditions[?(@.type=='Synced')].status=True" error:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
argo-workflows/walk-through/kubernetes-resources/
https://argoproj.github.io/argo-workflows/walk-through/kubernetes-resources/
Beta Was this translation helpful? Give feedback.
All reactions