forked from Ivasoft/traefik
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:
@@ -40,7 +40,7 @@ spec:
|
||||
domains:
|
||||
- main: example.org
|
||||
sans:
|
||||
- *.example.org
|
||||
- '*.example.org'
|
||||
```
|
||||
|
||||
```json tab="Marathon"
|
||||
|
||||
Reference in New Issue
Block a user