Skip to content

Commit 4522683

Browse files
committed
Revert "Fix kubernetes-client#1893 Update load config"
This reverts commit b6b2e09.
1 parent 1e60636 commit 4522683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/base/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ def load_config(**kwargs):
4545
"default location ({0}) does not exist. "
4646
"Using inCluster Config. "
4747
"This might not work.".format(KUBE_CONFIG_DEFAULT_LOCATION))
48-
load_incluster_config(**kwargs)
48+
load_incluster_config(**kwargs)

0 commit comments

Comments
 (0)