Skip to content

Commit

Permalink
Fix missing "s" in pod template docs
Browse files Browse the repository at this point in the history
imagePullSecret -> imagePullSecrets

Fixes #3619

Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
  • Loading branch information
afrittoli authored and tekton-robot committed Dec 9, 2020
1 parent 5cd1b51 commit b95a5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/podtemplates.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Pod templates support fields listed in the table below.
workloads, such as <code>volcano.sh</code> for machine learning workloads.</td>
</tr>
<tr>
<td><code>imagePullSecret</code></td>
<td><code>imagePullSecrets</code></td>
<td>Specifies the <a href=https://kubernetes.io/docs/concepts/configuration/secret/>secret</a> to use when <a href=https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/>
pulling a container image</a>.</td>
</tr>
Expand Down

0 comments on commit b95a5e6

Please sign in to comment.