Skip to content

Commit 50f35e6

Browse files
committed
REVERT: changes
1 parent 19aee17 commit 50f35e6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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

naiserator-gcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: ingress-collector
77
namespace: dataplattform
88
spec:
9-
image: {{image}}
9+
image: navikt/test-collector:vJAETEST3
1010
port: 8000
1111
prometheus:
1212
enabled: false

0 commit comments

Comments
 (0)