mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
[stable/unifi] Docs: Fix name of cert secret (#23379)
* Fix name of cert secret The original name in the documentation is incorrect. Signed-off-by: Matt Farmer <matt@frmr.me> * Increment patch number Signed-off-by: Matt Farmer <matt@frmr.me> * Correctly bump unifi chart version Signed-off-by: Matt Farmer <matt@frmr.me>
This commit is contained in:
parent
153620272e
commit
55313d0be2
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 5.12.35
|
||||
description: Ubiquiti Network's Unifi Controller
|
||||
name: unifi
|
||||
version: 0.10.0
|
||||
version: 0.10.1
|
||||
keywords:
|
||||
- ubiquiti
|
||||
- unifi
|
||||
|
@ -110,7 +110,7 @@ The following tables lists the configurable parameters of the Unifi chart and th
|
||||
| `customCert.isChain` | `false` | If you are using a Let's Encrypt certificate which already includes the full chain set this to `true` |
|
||||
| `customCert.certName` | `tls.crt` | Name of the the certificate file in `<unifi-data>/cert` |
|
||||
| `customCert.keyName` | `tls.key` | Name of the the private key file in `<unifi-data>/cert` |
|
||||
| `customCert.secretName` | `unifi-tls` | Name of the the k8s tls secret where the certificate and its key are stored. |
|
||||
| `customCert.certSecret` | `nil` | Name of the the k8s tls secret where the certificate and its key are stored. |
|
||||
| `mongodb.enabled` | `false` | Use external MongoDB for data storage |
|
||||
| `mongodb.dbUri` | `mongodb://mongo/unifi` | external MongoDB URI |
|
||||
| `mongodb.statDbUri` | `mongodb://mongo/unifi_stat` | external MongoDB statdb URI |
|
||||
|
Loading…
Reference in New Issue
Block a user