From 12dcb7d6d14520925122923a4dd75dca6b3e497e Mon Sep 17 00:00:00 2001 From: brandon Date: Wed, 7 Apr 2021 19:51:15 -0400 Subject: [PATCH] remove # --- helm-guestbook/templates/rollout.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-guestbook/templates/rollout.yaml b/helm-guestbook/templates/rollout.yaml index 105344d..e9789ee 100644 --- a/helm-guestbook/templates/rollout.yaml +++ b/helm-guestbook/templates/rollout.yaml @@ -63,8 +63,8 @@ spec: # The referenced ingress will be injected with a custom action annotation, directing # the Nginx to split traffic between the canary and stable Service using headers stableIngress: {{ template "helm-guestbook.fullname" . }} - annotationPrefix: nginx.ingress.kubernetes.io # optional - additionalIngressAnnotations: # optional + annotationPrefix: nginx.ingress.kubernetes.io + additionalIngressAnnotations: canary-by-header: tenantID canary-by-header-value: 10|11|12|13 # tenantID values steps: