Skip to content

Commit

Permalink
Update deployments.md (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
parth-pandit authored Apr 15, 2024
1 parent 701536a commit b284092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/fundamentals/storage/efs/deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Namespace: assets
[...]
```
As you can see the [`Volumes`](https://kubernetes.io/docs/concepts/storage/volumes/#emptydir-configuration-example) section of our StatefulSet shows that we're only using an [EmptyDir volume type](https://kubernetes.io/docs/concepts/storage/volumes/#emptydir) which "shares the Pod's lifetime".
As you can see the [`Volumes`](https://kubernetes.io/docs/concepts/storage/volumes/#emptydir-configuration-example) section of our Deployment shows that we're only using an [EmptyDir volume type](https://kubernetes.io/docs/concepts/storage/volumes/#emptydir) which "shares the Pod's lifetime".

![Assets with emptyDir](./assets/assets-emptydir.png)

Expand Down

0 comments on commit b284092

Please sign in to comment.