From f365d3968d0cadf2ed6a1f3562ecf8f50e3c30f1 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 17 Nov 2022 17:29:57 +0000 Subject: [PATCH] chore: fix typo in cvm docs --- docs/templates/docker-in-docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/templates/docker-in-docker.md b/docs/templates/docker-in-docker.md index 75ec428cb8308..aab2473ee3761 100644 --- a/docs/templates/docker-in-docker.md +++ b/docs/templates/docker-in-docker.md @@ -66,10 +66,10 @@ resource "k8s_core_v1_pod" "dev" { } } - # Use the Sysbox container runtime (required) - runtime_class_name = "sysbox-runc spec { + runtime_class_name = "sysbox-runc" + # Use the Sysbox container runtime (required) security_context { run_asuser = 1000 fsgroup = 1000