fixed the yaml and tofu mangling in the /dev/shm on kubernetes blog article
This commit is contained in:
parent
15f342d9e3
commit
3e46bc5266
1 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue