From 922d2aa885afe162d375fb2b919dbc1187144c7b Mon Sep 17 00:00:00 2001 From: "Vipul Gupta (@vipulgupta2048)" Date: Thu, 10 Aug 2023 12:13:52 +0530 Subject: [PATCH] patch: Replace legacy config RESIN_OVERRIDE_LOCK Signed-off-by: Vipul Gupta (@vipulgupta2048) --- src/features/vars-schema/env-vars.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/vars-schema/env-vars.ts b/src/features/vars-schema/env-vars.ts index a81e12733..7c250f17b 100644 --- a/src/features/vars-schema/env-vars.ts +++ b/src/features/vars-schema/env-vars.ts @@ -119,7 +119,7 @@ export const SUPERVISOR_CONFIG_VAR_PROPERTIES: { 'Enable / Disable triggering updates instantly on startup or after pushing a release. Only supported by supervisor versions >= v9.13.0.', default: 'true', }, - RESIN_OVERRIDE_LOCK: { + BALENA_SUPERVISOR_OVERRIDE_LOCK: { type: 'integer', enum: [0, 1], description: