From 55313d0be27f391964bdb30b5ccaa9785c774038 Mon Sep 17 00:00:00 2001 From: Matt Farmer Date: Wed, 26 Aug 2020 20:45:02 -0400 Subject: [PATCH] [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 * Increment patch number Signed-off-by: Matt Farmer * Correctly bump unifi chart version Signed-off-by: Matt Farmer --- charts/unifi/Chart.yaml | 2 +- charts/unifi/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/unifi/Chart.yaml b/charts/unifi/Chart.yaml index b6349ab4..a2557207 100644 --- a/charts/unifi/Chart.yaml +++ b/charts/unifi/Chart.yaml @@ -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 diff --git a/charts/unifi/README.md b/charts/unifi/README.md index 4e15a611..e8bafa84 100644 --- a/charts/unifi/README.md +++ b/charts/unifi/README.md @@ -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 `/cert` | | `customCert.keyName` | `tls.key` | Name of the the private key file in `/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 |