diff --git a/examples/notebooks/create_deployment.ipynb b/examples/notebooks/create_deployment.ipynb index c7423f3066..69843ab6ff 100644 --- a/examples/notebooks/create_deployment.ipynb +++ b/examples/notebooks/create_deployment.ipynb @@ -19,7 +19,7 @@ }, "outputs": [], "source": [ - "client.Configuration().host=\"http://localhost:8080\"" + "config.load_incluster_config()" ] }, {