Skip to content

Commit

Permalink
adding variable substitutions for pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
psschwei committed Jul 21, 2020
1 parent c441126 commit a76cd16
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ variable via `resources.inputs.<resourceName>.<variableName>` or
| `type` | Type value of `"cloudEvent"`. |
| `target-uri` | The URI to hit with cloud event payloads. |

## Task fields that accept variable substitutions
## Fields that accept variable substitutions

| CRD | Field |
| --- | ----- |
Expand Down Expand Up @@ -146,4 +146,6 @@ variable via `resources.inputs.<resourceName>.<variableName>` or
| `Task` | `spec.sidecars[].env.valuefrom.configmapkeyref.key` |
| `Task` | `spec.sidecars[].volumemounts.name` |
| `Task` | `spec.sidecars[].volumemounts.mountpath` |
| `Task` | `spec.sidecars[].volumemounts.subpath` |
| `Task` | `spec.sidecars[].volumemounts.subpath` |
| `Pipeline` | `spec.tasks[].params[].value` |
| `Pipeline` | `spec.tasks[].conditions[].params[].value` |

0 comments on commit a76cd16

Please sign in to comment.