Skip to content

Commit 19aee17

Browse files
committed
COMMENTED: code for testing
1 parent f96f745 commit 19aee17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ def application_startup():
5454

5555
# Loading kubernetes config
5656
init_kube_client()
57-
v1 = client.CustomObjectsApi()
58-
v1.list_cluster_custom_object(group="nais.io",
59-
version="v1alpha1",
60-
plural="applications")
57+
# v1 = client.CustomObjectsApi()
58+
# v1.list_cluster_custom_object(group="nais.io",
59+
# version="v1alpha1",
60+
# plural="applications")
6161

6262
threading.Thread(target=watch_nais_task, daemon=True).start()
6363

0 commit comments

Comments
 (0)