From 28ddb2d4542788447a80c827b5db8703cf8b33ba Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Fri, 24 Jan 2020 18:00:13 +0100 Subject: [PATCH] Fix bug in ingress --- templates/weave_ingress.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/weave_ingress.yaml.j2 b/templates/weave_ingress.yaml.j2 index 6e30c3e..70b4738 100644 --- a/templates/weave_ingress.yaml.j2 +++ b/templates/weave_ingress.yaml.j2 @@ -1,5 +1,5 @@ --- -{% if traefik_version is not defined %} +{% if traefik_version | regex_search('(1.)') %} #will not work: weave hate https... apiVersion: extensions/v1beta1 kind: Ingress