Skip to content

Commit d986834

Browse files
author
pranav-pandey0804
committed
removed misleading reference about sharing of env variables
1 parent 6293a85 commit d986834

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/concepts/workloads/pods/sidecar-containers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ throughout the lifecycle of the pod and can be started and stopped independently
8181
main container. Unlike [init containers](/docs/concepts/workloads/pods/init-containers/),
8282
sidecar containers support [probes](/docs/concepts/workloads/pods/pod-lifecycle/#types-of-probe) to control their lifecycle.
8383

84-
These containers can interact directly with the main application containers, sharing
85-
the same network namespace, filesystem, and environment variables. They work closely
86-
together to provide additional functionality.
84+
Sidecar containers can interact directly with the main application containers, sharing
85+
the same network namespace, and filesystem. They work closely together to
86+
provide additional functionality.
8787

8888
## Resource sharing within containers
8989

0 commit comments

Comments
 (0)