Skip to content

Commit

Permalink
Merge pull request #49414 from aakankshabhende/49326
Browse files Browse the repository at this point in the history
Fixed link navigation bug
  • Loading branch information
k8s-ci-robot authored Feb 16, 2025
2 parents f80c848 + 05bebe3 commit 75faa38
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ The above scenario can be replicated by using a [Sidecar Container](/docs/concep
as a helper container to write the HTML file.
As a Sidecar Container is conceptually an Init Container, it is guaranteed to start before the main web server container.
This ensures that the HTML file is always available when the web server is ready to serve it.
Please see [Enabling sidecar containers](/docs/concepts/workloads/pods/sidecar-containers/#enabling-sidecar-containers) to utilize this feature.

If you are continuing from the previous scenario, you can reuse the ConfigMap named `color` for this scenario.
If you are executing this scenario independently, use the `kubectl create configmap` command to create a ConfigMap
Expand Down

0 comments on commit 75faa38

Please # to comment.