Skip to content

Commit 268b0d1

Browse files
committed
Trigger CI job
1 parent 431c246 commit 268b0d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stack/deploy/k8s/deploy_k8s.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ def up(self, detach, skip_cluster_management, services):
252252
log_debug(f"Sending this ingress: {ingress}")
253253
if not opts.o.dry_run:
254254
# We should catch this in a general way on every API call
255+
#
255256
# kubernetes.client.exceptions.ApiException: (500)
256257
ingress_resp = self.networking_api.create_namespaced_ingress(namespace=self.k8s_namespace, body=ingress)
257258
log_debug("Ingress created:")

0 commit comments

Comments
 (0)