From 3312e4dc187e0b0b1581726b1dd2859fb746f3e4 Mon Sep 17 00:00:00 2001 From: Shrinidhi Date: Mon, 18 Nov 2024 11:09:24 +0530 Subject: [PATCH] fix(rollouts): update analysis templateName to use templates array --- examples/analysis/rollout-with-analysis.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/analysis/rollout-with-analysis.yaml b/examples/analysis/rollout-with-analysis.yaml index 2ee19d542..2ab3e3337 100644 --- a/examples/analysis/rollout-with-analysis.yaml +++ b/examples/analysis/rollout-with-analysis.yaml @@ -11,7 +11,8 @@ spec: strategy: canary: analysis: - templateName: success-rate + templates: + - templateName: success-rate args: - name: ingress value: canary-demo