We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a9427 commit 0a38c9aCopy full SHA for 0a38c9a
pkg/config/config.go
@@ -78,6 +78,16 @@ func GetSystemSettingsAllowList() []string {
78
"kubeconfig-default-token-ttl-minutes",
79
"harvester-csi-ccm-versions",
80
"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",
91
}
92
93
0 commit comments