Skip to content

Commit edad2d0

Browse files
authored
chore: fix typo in cvm docs (coder#5120)
1 parent 69e8c9e commit edad2d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/templates/docker-in-docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ resource "k8s_core_v1_pod" "dev" {
6666
}
6767
}
6868
69-
# Use the Sysbox container runtime (required)
70-
runtime_class_name = "sysbox-runc
7169
7270
spec {
71+
runtime_class_name = "sysbox-runc"
72+
# Use the Sysbox container runtime (required)
7373
security_context {
7474
run_asuser = 1000
7575
fsgroup = 1000

0 commit comments

Comments
 (0)