Skip to content

Commit

Permalink
Add link to pull images from a private Docker registry docs
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg authored Mar 1, 2019
1 parent 4d47f86 commit c6c3894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Either way it provides access to the following fields:
* **envVars** Environment variables that are applied to **ALL** containers.
* **envVar** An environment variable whose value is defined inline.
* **secretEnvVar** An environment variable whose value is derived from a Kubernetes secret.
* **imagePullSecrets** List of pull secret names
* **imagePullSecrets** List of pull secret names, to [pull images from a private Docker registry](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/).
* **annotations** Annotations to apply to the pod.
* **inheritFrom** List of one or more pod templates to inherit from *(more details below)*.
* **slaveConnectTimeout** Timeout in seconds for an agent to be online *(more details below)*.
Expand Down

0 comments on commit c6c3894

Please sign in to comment.