Fix secret name
This commit is contained in:
parent
212811e224
commit
877a532626
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue