lab-tekton-pipelines
lab-tekton-pipelines copied to clipboard
The tasks yamls (both openshift-client and s2i-nodejs) from the terminal are not working.
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.