Skip to content

Commit

Permalink
Merge pull request #220 from snyk/chore/tilt-without-docker-socket
Browse files Browse the repository at this point in the history
chore: removing config flag for Kind cluster on the tilt setup script
  • Loading branch information
Amir Moualem authored Nov 18, 2019
2 parents eb1998d + b64c900 commit ebbaf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tilt/setup-tiltable-kind-cluster.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ebbaf85

Please sign in to comment.