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 }}