Skip to content

Commit

Permalink
fix(local-k8s): add 'docker-desktop' as supported context
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 committed Jul 24, 2020
1 parent de072ac commit 1b9d0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garden-service/src/plugins/kubernetes/local/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { isClusterKind } from "./kind"

// note: this is in order of preference, in case neither is set as the current kubectl context
// and none is explicitly configured in the garden.yml
const supportedContexts = ["docker-for-desktop", "microk8s", "minikube"]
const supportedContexts = ["docker-for-desktop", "docker-desktop", "microk8s", "minikube"]
const nginxServices = ["ingress-controller", "default-backend"]

export interface LocalKubernetesConfig extends KubernetesConfig {
Expand Down

0 comments on commit 1b9d0d1

Please sign in to comment.