Skip to content

Commit

Permalink
Update kubernetes/base/config/incluster_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Mar 13, 2024
1 parent dedb692 commit 0ae65f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/base/config/incluster_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def load_incluster_config(client_configuration=None, try_refresh_token=True, **k
cluster. It's intended for clients that expect to be running inside a pod
running on kubernetes. It will raise an exception if called from a process
not running in a kubernetes environment."""
for val in kds.values():
for val in kwds.values():
if val is not None:
raise ConfigException(f"Unimplemented named-argument {val} for incluster config.")
InClusterConfigLoader(
Expand Down

0 comments on commit 0ae65f1

Please sign in to comment.