HTTP template successCondition doesn't work. #10273
-
Beta Was this translation helpful? Give feedback.
Answered by
wesleyscholl
Dec 2, 2024
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
anstjaos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@anstjaos
In Argo Workflows v3.5.12, the same behavior is present. The template keeps
{{}}
variables in the manifest which is expected behavior for all workflow types. When the workflow is submitted, the parameters are passed into the workflow. I tested this workflow in v3.5.12 and thisClusterWorkflowTemplate
functions as expected assuming that:Secret
,Role
andRoleBinding
have been configured for the service account to patch thehttp
templateworkflowtasksets/status
.presto-service
API is operational.Without
Secret
,Role
andRoleBinding
configuration:With
Secret
,Role
andRoleBinding
configuration:Tested using
404
as theclusterId
input parameter:http: …