File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
content/en/docs/tutorials/configuration Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -434,7 +434,6 @@ The above scenario can be replicated by using a [Sidecar Container](/docs/concep
434434as a helper container to write the HTML file.
435435As a Sidecar Container is conceptually an Init Container, it is guaranteed to start before the main web server container.
436436This ensures that the HTML file is always available when the web server is ready to serve it.
437- Please see [ Enabling sidecar containers] ( /docs/concepts/workloads/pods/sidecar-containers/#sidecar-example ) to utilize this feature.
438437
439438If you are continuing from the previous scenario, you can reuse the ConfigMap named ` color ` for this scenario.
440439If you are executing this scenario independently, use the ` kubectl create configmap ` command to create a ConfigMap
You can’t perform that action at this time.
0 commit comments