From b64c900100ba8d7847cd5e0ef276088e3db5ad17 Mon Sep 17 00:00:00 2001 From: Amir Moualem Date: Mon, 18 Nov 2019 12:03:20 +0200 Subject: [PATCH] chore: removing config flag for Kind cluster on the tilt setup script it's using a config file which no longer exists. it was removed in e578eba319c85117355070ea31c8aa5dc2777e43 because its only purpose is setting up a docker socket, which we no longer use. this is just a leftover. --- tilt/setup-tiltable-kind-cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tilt/setup-tiltable-kind-cluster.sh b/tilt/setup-tiltable-kind-cluster.sh index 1b8e17e0c..09c67ca7a 100755 --- a/tilt/setup-tiltable-kind-cluster.sh +++ b/tilt/setup-tiltable-kind-cluster.sh @@ -1,4 +1,4 @@ -./kind create cluster --config=./test/fixtures/cluster-config.yaml --name=kind +./kind create cluster --name=kind export KUBECONFIG=`./kind get kubeconfig-path` ./kubectl create namespace snyk-monitor ./kubectl create secret generic snyk-monitor -n snyk-monitor --from-literal=dockercfg.json="{}" --from-literal=integrationId="41214617-cb5d-4674-8d97-5b456952c360"