Skip to content

Commit afb6609

Browse files
author
Shrinidhi
committed
fix(rollouts): update analysis templateName to use templates array
Signed-off-by: Shrinidhi <shrinidhi.kulkarni@ibm.com>
1 parent f528fdd commit afb6609

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)