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:
parent
fe8e9414cf
commit
d698eba1e7
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ spec:
|
||||||
domains:
|
domains:
|
||||||
- main: example.org
|
- main: example.org
|
||||||
sans:
|
sans:
|
||||||
- *.example.org
|
- '*.example.org'
|
||||||
```
|
```
|
||||||
|
|
||||||
```json tab="Marathon"
|
```json tab="Marathon"
|
||||||
|
|
Loading…
Reference in a new issue