From 99b6b0ec36c285b2bef5afece75bb4035b7affd2 Mon Sep 17 00:00:00 2001 From: 0x5b62656e5d Date: Thu, 9 Apr 2026 10:02:36 +0800 Subject: [PATCH] fix restartPolicyType in CAC JSON example --- content/docs/config-as-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/config-as-code.md b/content/docs/config-as-code.md index 09f663d31..01694eec6 100644 --- a/content/docs/config-as-code.md +++ b/content/docs/config-as-code.md @@ -29,7 +29,7 @@ preDeployCommand = ["npm run db:migrate"] startCommand = "echo starting!" healthcheckPath = "/" healthcheckTimeout = 100 -restartPolicyType = "never"`} +restartPolicyType = "NEVER"`} {`{