From 877a53262680c7c3d42bf55b982ddea66572e65d Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Thu, 5 Sep 2019 15:36:20 +0200 Subject: [PATCH] Fix secret name --- 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 5bf17d8..618f1ef 100644 --- a/templates/weave_ingress.yaml.j2 +++ b/templates/weave_ingress.yaml.j2 @@ -12,7 +12,7 @@ metadata: traefik.frontend.priority: "10" {% if basic_auth is defined %} traefik.ingress.kubernetes.io/auth-type: basic - traefik.ingress.kubernetes.io/auth-secret: traefik-auth + traefik.ingress.kubernetes.io/auth-secret: basic-auth {% endif %} spec: rules: