fixed the yaml and tofu mangling in the /dev/shm on kubernetes blog article

This commit is contained in:
Julien Dessaux 2024-12-23 10:18:55 +01:00
parent 15f342d9e3
commit 3e46bc5266
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -21,14 +21,13 @@ spec:
spec:
container:
volume_mount:
mount_path = "/dev/shm"
name = "dev-shm"
read_only = false
mount_path: "/dev/shm"
name: "dev-shm"
volume:
empty_dir:
medium = "Memory"
size_limit = "1Gi"
name = "dev-shm"
medium: "Memory"
size_limit: "1Gi"
name: "dev-shm"
```
## Conclusion