From 8b87cf1757dc6fe86511b9e36c66d0883808e9be Mon Sep 17 00:00:00 2001 From: Daniel Albuquerque Date: Tue, 13 Oct 2020 21:59:26 +0100 Subject: [PATCH] MIssing commit --- charts/flagger/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/flagger/templates/deployment.yaml b/charts/flagger/templates/deployment.yaml index d67b4273..edb88ae6 100644 --- a/charts/flagger/templates/deployment.yaml +++ b/charts/flagger/templates/deployment.yaml @@ -106,8 +106,8 @@ spec: {{- if .Values.ingressAnnotationsPrefix }} - -ingress-annotations-prefix={{ .Values.ingressAnnotationsPrefix }} {{- end }} - {{- if .Values.excludedLabelsPrefixes }} - - -excluded-labels-prefixes={{ .Values.excludedLabelsPrefixes }} + {{- if .Values.includeLabelPrefix }} + - -excluded-labels-prefixes={{ .Values.includeLabelPrefix }} {{- end }} {{- if .Values.ingressClass }} - -ingress-class={{ .Values.ingressClass }}