From 622242e4a5b490fae9bf47fb6ce31c4749c91a96 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:48:49 +0800 Subject: [PATCH] refactor: change rwxNetwork setting to kind json (#751) (#752) (cherry picked from commit 9a8a709e56432b1d6ccf1f30e92b5a7dbefdb355) Signed-off-by: Andy Lee Co-authored-by: Andy Lee --- pkg/harvester/config/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/harvester/config/settings.ts b/pkg/harvester/config/settings.ts index 42cba1c5..e7977f76 100644 --- a/pkg/harvester/config/settings.ts +++ b/pkg/harvester/config/settings.ts @@ -83,7 +83,7 @@ export const HCI_ALLOWED_SETTINGS = { kind: 'custom', from: 'import', canReset: true }, [HCI_SETTING.RWX_NETWORK]: { - kind: 'custom', from: 'import', canReset: true, featureFlag: 'rwxNetworkSetting' + kind: 'json', from: 'import', canReset: true, featureFlag: 'rwxNetworkSetting' }, [HCI_SETTING.VM_FORCE_RESET_POLICY]: { kind: 'json', from: 'import' }, [HCI_SETTING.SSL_CERTIFICATES]: { kind: 'json', from: 'import' },