Skip to content

Commit

Permalink
fix orchestrator_name passed to spotter had extra /
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick borowy committed Mar 25, 2024
1 parent eb4b179 commit 4262bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orchestrate_spotters.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async def reconcile_containers(desired_state):
"network.exorde.monitor": "true"
},
"Env": [
f"ORCHESTRATOR_NAME={self_container_details['Name']}"
f"ORCHESTRATOR_NAME={self_container_details['Name'][1:]}"
],
"HostConfig": {
"NetworkMode": "exorde-network"
Expand Down

0 comments on commit 4262bf5

Please sign in to comment.