Skip to content

Commit

Permalink
Merge pull request #1 from ecelis/ID-6/set-docker-as-default-engine-i…
Browse files Browse the repository at this point in the history
…n-ianeo-desktop-and-sisable-anythin-k-8-s-related

chore(rancherDesktop): disable k8s [ID-6]
  • Loading branch information
ecelis authored Jul 5, 2023
2 parents 473cb7a + cbc545d commit 523d678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/rancher-desktop/config/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const defaultSettings = {
pathManagementStrategy: process.platform === 'win32' ? PathManagementStrategy.Manual : PathManagementStrategy.RcFiles,
telemetry: { enabled: true },
/** Whether we should check for updates and apply them. */
updater: { enabled: true },
updater: { enabled: false },
autoStart: false,
startInBackground: false,
hideNotificationIcon: false,
Expand All @@ -109,7 +109,7 @@ export const defaultSettings = {
/** The version of Kubernetes to launch, as a semver (without v prefix). */
version: '',
port: 6443,
enabled: true,
enabled: false,
options: { traefik: true, flannel: true },
ingress: { localhostOnly: false },
},
Expand Down

0 comments on commit 523d678

Please sign in to comment.