nicolaferraro commented on a change in pull request #1272: tekton parameters
with parentheses instead of curly brackets
URL: https://github.com/apache/camel-k/pull/1272#discussion_r378158943
##########
File path: docs/modules/ROOT/pages/tutorials/tekton/tekton.adoc
##########
@@ -35,7 +35,7 @@ spec:
args:
- "run"
- "--wait"
- - "${inputs.params.file}" //<2>
+ - "$(inputs.params.file)" //<2>
----
TIP: Tekton Pipelines 0.6+ support also the $() syntax for variable
substitution
Review comment:
```suggestion
```
We should remove this as well
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services