Skip to content

Commit 3312e4d

Browse files
author
Shrinidhi
committed
fix(rollouts): update analysis templateName to use templates array
1 parent f528fdd commit 3312e4d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/analysis/rollout-with-analysis.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ spec:
1111
strategy:
1212
canary:
1313
analysis:
14-
templateName: success-rate
14+
templates:
15+
- templateName: success-rate
1516
args:
1617
- name: ingress
1718
value: canary-demo

0 commit comments

Comments
 (0)