Skip to content

Commit

Permalink
chore: removing config flag for Kind cluster on the tilt setup script
Browse files Browse the repository at this point in the history
it's using a config file which no longer exists.
it was removed in e578eba because its only purpose is setting up a docker socket, which we no longer use.
this is just a leftover.
  • Loading branch information
Shesekino committed Nov 18, 2019
1 parent eb1998d commit b64c900
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 b64c900

Please sign in to comment.