Skip to content

Commit 39f6b68

Browse files
committed
fix must have config bug
1 parent f83a591 commit 39f6b68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

watch-resources-example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ def test_watcher(client, namespce, kind):
2121

2222

2323
if __name__ == '__main__':
24-
client = KubernetesClient(url="https://133.133.135.193:8443",
25-
token="")
24+
client = KubernetesClient(config=".token")
2625
test_watcher(client=client, namespce="", kind="Pod")
26+

0 commit comments

Comments
 (0)