File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/tutorials/configuration Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ The above scenario can be replicated by using a [Sidecar Container](/docs/concep
434
434
as a helper container to write the HTML file.
435
435
As a Sidecar Container is conceptually an Init Container, it is guaranteed to start before the main web server container.
436
436
This 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/#enabling- sidecar-containers ) to utilize this feature.
437
+ Please see [ Enabling sidecar containers] ( /docs/concepts/workloads/pods/sidecar-containers/#sidecar-example ) to utilize this feature.
438
438
439
439
If you are continuing from the previous scenario, you can reuse the ConfigMap named ` color ` for this scenario.
440
440
If 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