Skip to content

Commit

Permalink
Review updates
Browse files Browse the repository at this point in the history
  • Loading branch information
andmat900 committed Apr 26, 2024
1 parent 80c0c7d commit 20a51c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/base/suite-runner-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ data:
- secretRef:
name: {etos_rabbitmq_secret}
- configMapRef:
name: etos-observability
name: {etos_observability_configmap}
env:
- name: TERCC
value: '{EiffelTestExecutionRecipeCollectionCreatedEvent}'
Expand Down
1 change: 1 addition & 0 deletions src/suite_starter/suite_starter.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def _configure(self):
"docker_image": os.getenv("SUITE_RUNNER"),
"log_listener": os.getenv("LOG_LISTENER"),
"etos_configmap": os.getenv("ETOS_CONFIGMAP"),
"etos_observability_configmap": os.getenv("ETOS_OBSERVABILITY_CONFIGMAP"),
"etos_rabbitmq_secret": os.getenv("ETOS_RABBITMQ_SECRET"),
"ttl": os.getenv("ETOS_ESR_TTL", "3600"),
"termination_grace_period": os.getenv("ETOS_TERMINATION_GRACE_PERIOD", "300"),
Expand Down

0 comments on commit 20a51c1

Please sign in to comment.