Skip to content

Commit 94daa59

Browse files
committed
Use new rollout field names
1 parent ca84ae8 commit 94daa59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/analysis/analysis-success-rate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
- name: ingress
88
metrics:
99
- name: success-rate
10-
interval: 10
10+
interval: 10s
1111
successCondition: result[0] > 0.90
1212
provider:
1313
prometheus:

examples/experiment/experiment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kind: Experiment
66
metadata:
77
name: experiment-demo
88
spec:
9-
duration: 60
9+
duration: 60s
1010
templates:
1111
- name: purple
1212
selector:

examples/preview-load-test/preview-load-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
canary:
4040
steps:
4141
- experiment:
42-
duration: 60
42+
duration: 60s
4343
templates:
4444
- name: preview
4545
# specRef is a convenience reference indicating that the canary's pod spec should be used in this experiment.

0 commit comments

Comments
 (0)