diff --git a/docs/concepts/workloads/pods/init-containers.md b/docs/concepts/workloads/pods/init-containers.md index aa2d4a634a..4eb2fe796e 100644 --- a/docs/concepts/workloads/pods/init-containers.md +++ b/docs/concepts/workloads/pods/init-containers.md @@ -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.