Skip to content

Commit

Permalink
Merge pull request kubernetes#30262 from Crazykev/fix-typo
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

typo: correct spelling
  • Loading branch information
Kubernetes Submit Queue authored Aug 17, 2016
2 parents 86c83cc + a610ffd commit 811fd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design/indexed-job.md
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ list of parameters. However, some popular base images do not include
`/bin/bash`. For example, `busybox` uses a compact `/bin/sh` implementation
that does not support array syntax.

Kubelet does support [expanding varaibles without a
Kubelet does support [expanding variables without a
shell](http://kubernetes.io/kubernetes/v1.1/docs/design/expansion.html). But it does not
allow for recursive substitution, which is required to extract the correct
parameter from a list based on the completion index of the pod. The syntax
Expand Down

0 comments on commit 811fd94

Please sign in to comment.