Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
welpaolo committed Jun 18, 2024
1 parent b9a0bc4 commit 4fe10e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spark8t/cli/service_account_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def create_namespace_if_missing(kube_interface: AbstractKubeInterface, namespace
if not kube_interface.exists(KubernetesResourceType.NAMESPACE, namespace):
try:
kube_interface.create(KubernetesResourceType.NAMESPACE, namespace)
print("HERE")
except ApiError as e:
if e.status.code == 401 or e.status.code == 403:
print(f"Namespace {namespace} can not be created.")
Expand Down

0 comments on commit 4fe10e2

Please sign in to comment.