Skip to content

Commit

Permalink
remove RANCHER_MANAGER_SUPPORT setting
Browse files Browse the repository at this point in the history
  • Loading branch information
a110605 committed Nov 12, 2024
1 parent 2979181 commit 4586bbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/harvester/config/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export const HCI_ALLOWED_SETTINGS = {
[HCI_SETTING.SUPPORT_BUNDLE_IMAGE]: { kind: 'json', from: 'import' },
[HCI_SETTING.STORAGE_NETWORK]: { kind: 'custom', from: 'import' },
[HCI_SETTING.VM_FORCE_RESET_POLICY]: { kind: 'json', from: 'import' },
[HCI_SETTING.RANCHER_MANAGER_SUPPORT]: { kind: 'boolean' },
[HCI_SETTING.SSL_CERTIFICATES]: { kind: 'json', from: 'import' },
[HCI_SETTING.SSL_PARAMETERS]: {
kind: 'json', from: 'import', canReset: true
Expand Down

0 comments on commit 4586bbb

Please sign in to comment.