Skip to content

Commit 05bebe3

Browse files
Made suggested change
Signed-off-by: aakankshabhende <[email protected]>
1 parent f63b95a commit 05bebe3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/en/docs/tutorials/configuration/updating-configuration-via-a-configmap.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,6 @@ The above scenario can be replicated by using a [Sidecar Container](/docs/concep
434434
as a helper container to write the HTML file.
435435
As a Sidecar Container is conceptually an Init Container, it is guaranteed to start before the main web server container.
436436
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/#sidecar-example) to utilize this feature.
438437

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

0 commit comments

Comments
 (0)