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
The parameter should be using () instead of {}
Getting parsing error with ${} is in the task yaml files.
Example error: error parsing target image name "${outputs.resources.image.url}, invalid argument "${inputs.params.TLSVERIFY}", etc.
Workaround should be removing the tkn task via CLI (with the newer tkn cli, not the one with the terminal), replace all {} to (), update nodejs version to at least 10 (not 8), and the recreate task yaml file.
The text was updated successfully, but these errors were encountered:
The parameter should be using () instead of {}
Getting parsing error with ${} is in the task yaml files.
Example error: error parsing target image name "${outputs.resources.image.url}, invalid argument "${inputs.params.TLSVERIFY}", etc.
Workaround should be removing the tkn task via CLI (with the newer tkn cli, not the one with the terminal), replace all {} to (), update nodejs version to at least 10 (not 8), and the recreate task yaml file.
The text was updated successfully, but these errors were encountered: