Skip to content

Commit

Permalink
fix kubernetes namespace config
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Dec 6, 2023
1 parent d2a611f commit 46e41b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/engine/src/conf/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@
try:
KUBERNETES_NAMESPACE = open("/var/run/secrets/kubernetes.io/serviceaccount/namespace").read()
except Exception:
pass
finally:
KUBERNETES_NAMESPACE = "default"

WORKFLOW_NFS_SERVER = os.environ.get("WORKFLOW_NFS_SERVER")
Expand Down
1 change: 0 additions & 1 deletion src/engine/src/tests/testserver.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import sys
import unittest

from core.Server import Server
Expand Down

0 comments on commit 46e41b7

Please sign in to comment.