fix: typo in sidecar-containers.md
This commit is contained in:
parent
4c69cb6dad
commit
dc618f08d1
|
|
@ -91,7 +91,7 @@ execute the primary application logic; instead, they provide supporting function
|
||||||
the main application.
|
the main application.
|
||||||
|
|
||||||
Sidecar containers have their own independent lifecycles. They can be started, stopped,
|
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.
|
maintain sidecar containers without affecting the primary application.
|
||||||
|
|
||||||
Sidecar containers share the same network and storage namespaces with the primary
|
Sidecar containers share the same network and storage namespaces with the primary
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue