Skip to content

Commit

Permalink
fix container label for codex experiment runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gmega committed Feb 14, 2025
1 parent e8441b7 commit 38434f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/charts/codex/templates/testrunner-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
- name: deluge-experiment-runner
- name: codex-experiment-runner
image: {{ include "benchmark.harness.image" . }}
imagePullPolicy: {{ include "benchmark.harness.imagePullPolicy" . }}
args: [ "/opt/bittorrent-benchmarks/config/codex/experiments.k8s.yaml", "run", "codex_experiment" ]
Expand Down

0 comments on commit 38434f4

Please sign in to comment.