Skip to content

Commit c2de7c1

Browse files
authored
fixed experiment (#876)
Signed-off-by: Srinivasan Parthasarathy <[email protected]>
1 parent 9caf99d commit c2de7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/deploy/templates/experiment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
with:
3939
time: {{required ".Values.experiment.time is required!" .Values.experiment.time | quote }}
4040
versions:
41-
- name: baseline
41+
- name: new-version # this name must match the name of a version in versionInfo
4242
url: "http://{{ .Values.candidate.name }}.{{ .Release.Namespace}}:{{ .Values.common.servicePortInfo.port }}"
4343
qps: {{required ".Values.experiment.QPS is required!" .Values.experiment.QPS }}
4444
criteria:

0 commit comments

Comments
 (0)