Skip to content

Commit

Permalink
Fix README (argoproj#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
DdMad authored and alexec committed Jan 21, 2020
1 parent ef1bd3a commit eb360d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ We now know enough about the basic components of a workflow spec to review its b

To summarize, workflow specs are composed of a set of Argo templates where each template consists of an optional input section, an optional output section and either a container invocation or a list of steps where each step invokes another template.

Note that the controller section of the workflow spec will accept the same options as the controller section of a pod spec, including but not limited to environment variables, secrets, and volume mounts. Similarly, for volume claims and volumes.
Note that the container section of the workflow spec will accept the same options as the container section of a pod spec, including but not limited to environment variables, secrets, and volume mounts. Similarly, for volume claims and volumes.

## Secrets

Expand Down

0 comments on commit eb360d6

Please sign in to comment.