-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inputs.parameters not exist in ARGO_TEMPLATE env var #14075
Comments
It is by design, please see the ChangeLog:
|
I see, but the env var ARGO_TEMPLATE_WITH_INPUTS_PARAMETERS is removed and I don't have the ability to add the inputs.parameters by the controller configuration. |
|
Can I configure the controller to add the inputs.parameters to ARGO_TEMPLATE env var? |
Sorry, but this is no longer supported. By the way, may I ask why you are relying on |
we are using the any parameters after they resolved, the ARGO_TEMPLATE contain them, we are resubmitting the specific template after some adjustment. |
Shouldn't the parameters be passed to the container args? |
Yes, I am getting the parameters, but I asked for better way to resolve it, instead of parse any parameter one by one. |
Variable |
Pre-requisites
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below.What happened? What did you expect to happen?
when upgrading from 3.5.8 to v3.6.0, I saw that in the ARGO_TRMPLATE env var, the inputs.parametes is missing.
Version(s)
v3.6.0
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
any workflow
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: