Skip to content

Commit

Permalink
Use load_incluster_config in jupyther notebook examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergi Almacellas Abellana committed Jun 5, 2017
1 parent 1036268 commit db114c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/notebooks/create_deployment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"outputs": [],
"source": [
"client.Configuration().host=\"http://localhost:8080\""
"config.load_incluster_config()"
]
},
{
Expand Down

0 comments on commit db114c3

Please sign in to comment.