Skip to content

Commit 0a38c9a

Browse files
authored
feat: add latest settings to installer (#1236)
Adding latest settings to the installer which were left off Signed-off-by: Martin Dekov <martin.dekov@suse.com>
1 parent b4a9427 commit 0a38c9a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pkg/config/config.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,16 @@ func GetSystemSettingsAllowList() []string {
7878
"kubeconfig-default-token-ttl-minutes",
7979
"harvester-csi-ccm-versions",
8080
"ntp-servers",
81+
"additional-guest-memory-overhead-ratio",
82+
"csi-online-expand-validation",
83+
"ui-plugin-bundled-version",
84+
"upgrade-config",
85+
"longhorn-v2-data-engine-enabled",
86+
"max-hotplug-ratio",
87+
"vm-migration-network",
88+
"rancher-cluster",
89+
"kubevirt-migration",
90+
"cluster-pod-security-standard",
8191
}
8292
}
8393

0 commit comments

Comments
 (0)