1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-12 20:58:23 +03:00

added required quotes to domains config

* added required quotes to domains config

otherwise syntax is incorrect

* review.

Co-authored-by: Fernandez Ludovic <ludovic@containo.us>
This commit is contained in:
Thomas Einwaller 2020-07-03 15:18:03 +02:00 committed by GitHub
parent fe8e9414cf
commit d698eba1e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ spec:
domains:
- main: example.org
sans:
- *.example.org
- '*.example.org'
```
```json tab="Marathon"