fix typo
pull/4723/head
XsWack 2017-08-09 19:10:01 +08:00 committed by Andrew Chen
parent da139b36be
commit 97f27d6f4f
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ Here are some ideas for how to use Init Containers:
* Wait for some time before starting the app Container with a command like `sleep 60`.
* Clone a git repository into a volume.
* Place values into a configuration file and run a template tool to dynamically
generate a configuration file for the the main app Container. For example,
generate a configuration file for the main app Container. For example,
place the POD_IP value in a configuration and generate the main app
configuration file using Jinja.