fix certResolver typo

This commit is contained in:
David Badura 2020-07-01 14:42:04 +02:00 committed by GitHub
parent 8da051789f
commit 295ed76a1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ spec:
- name: blog - name: blog
port: 8080 port: 8080
tls: tls:
certresolver: myresolver certResolver: myresolver
``` ```
```json tab="Marathon" ```json tab="Marathon"

View file

@ -32,7 +32,7 @@ spec:
- name: blog - name: blog
port: 8080 port: 8080
tls: tls:
certresolver: myresolver certResolver: myresolver
``` ```
```json tab="Marathon" ```json tab="Marathon"