fix: typo in sidecar-containers.md

pull/49524/head
dkarczmarski 2025-01-27 14:39:52 +01:00
parent 4c69cb6dad
commit dc618f08d1
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ execute the primary application logic; instead, they provide supporting function
the main application.
Sidecar containers have their own independent lifecycles. They can be started, stopped,
and restarted independently of app containers. This means you can update or
and restarted independently of app containers. This means you can update, scale, or
maintain sidecar containers without affecting the primary application.
Sidecar containers share the same network and storage namespaces with the primary