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"