Skip to content

Commit

Permalink
Some system settings are not allowed during the IPXE installation
Browse files Browse the repository at this point in the history
Relates to: harvester/harvester#6329

Signed-off-by: Volker Theile <vtheile@suse.com>
  • Loading branch information
votdev authored and bk201 committed Aug 15, 2024
1 parent 54caa47 commit 601bee7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func GetSystemSettingsAllowList() []string {
"ui-index",
"ui-path",
"ui-source",
"ui-plugin-index",
"volume-snapshot-class",
"backup-target",
"upgradable-versions",
Expand All @@ -59,13 +60,21 @@ func GetSystemSettingsAllowList() []string {
"support-bundle-image",
"support-bundle-namespaces",
"support-bundle-timeout",
"support-bundle-expiration",
"support-bundle-node-collection-timeout",
"default-storage-class",
"http-proxy",
"vm-force-reset-policy",
"overcommit-config",
"vip-pools",
"auto-disk-provision-paths",
"csi-driver-config",
"containerd-registry",
"storage-network",
"default-vm-termination-grace-period-seconds",
"auto-rotate-rke2-certs",
"kubeconfig-default-token-ttl-minutes",
"harvester-csi-ccm-versions",
"ntp-servers",
}
}
Expand Down

0 comments on commit 601bee7

Please sign in to comment.