Skip to content

Commit

Permalink
EWMS Sidecar Pt-6 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Dec 20, 2023
1 parent 6c42899 commit 2854b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skydriver/k8s/scanner_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def __init__(
for i, cluster in enumerate(request_clusters):
tms_starters.append(
KubeAPITools.create_container(
f"{starter_exc}-{i}-{scan_id}", # TODO - replace once tested in prod
f"{starter_exc.replace('_','-')}-{i}-{scan_id}", # TODO - replace once tested in prod
ENV.THIS_IMAGE_WITH_TAG,
env=self.make_cluster_starter_v1envvars(
rest_address=rest_address,
Expand Down

0 comments on commit 2854b01

Please sign in to comment.