Skip to content

Commit

Permalink
fix certResolver typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Jul 1, 2020
1 parent 8da0517 commit 295ed76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -32,7 +32,7 @@ spec:
- name: blog
port: 8080
tls:
certresolver: myresolver
certResolver: myresolver
```

```json tab="Marathon"
Expand Down
2 changes: 1 addition & 1 deletion docs/content/https/include-acme-single-domain-example.md
Expand Up @@ -32,7 +32,7 @@ spec:
- name: blog
port: 8080
tls:
certresolver: myresolver
certResolver: myresolver
```

```json tab="Marathon"
Expand Down

0 comments on commit 295ed76

Please sign in to comment.