Skip to content

Commit

Permalink
Merge pull request #188 from bmoussaud/main
Browse files Browse the repository at this point in the history
provide a sample how to get the value from the param
  • Loading branch information
idoru authored Oct 1, 2021
2 parents 28f8121 + 4e27818 commit 1329c73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/content/docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ spec:
# value to be passed down to the template's parameters, supporting
# interpolation.
#
value: $(workload.spec.params[?(@.name=="nebhale-io/java-version")])$
value: $(workload.spec.params[?(@.name=="nebhale-io/java-version")].value)$
- name: jvm
value: openjdk
```
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.0.6/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ spec:
# value to be passed down to the template's parameters, supporting
# interpolation.
#
value: $(workload.spec.params[?(@.name=="nebhale-io/java-version")])$
value: $(workload.spec.params[?(@.name=="nebhale-io/java-version")].value)$
- name: jvm
value: openjdk
```
Expand Down

0 comments on commit 1329c73

Please sign in to comment.