Skip to content

Commit 1904d2e

Browse files
committed
docs: Update configuration docs
1 parent c0bdf36 commit 1904d2e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,10 @@ For documentation specific to cert-manager, check out [cert-manager.io](https://
7474
The cert-manager package can be customized via a `values.yml` file.
7575

7676
```yaml
77-
issuers:
78-
letsencrypt:
79-
include: true
80-
production: true
81-
77+
letsencrypt:
78+
include: true
79+
production: true
80+
8281
```
8382
8483
Reference the `values.yml` file from the `kctrl` command when installing or upgrading the package.

0 commit comments

Comments
 (0)