mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[mysql/README.md] typo fix: certficate->certificate (#5321)
* Add version for mysql version: 0.4.1 * [mysql/README.md] typo fix: certficate->certificate [mysql/README.md] typo fix: certficate->certificate
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: mysql
|
||||
version: 0.4.0
|
||||
version: 0.4.1
|
||||
appVersion: 5.7.14
|
||||
description: Fast, reliable, scalable, and easy to use open-source relational database
|
||||
system.
|
||||
|
||||
@@ -155,10 +155,10 @@ ssl:
|
||||
|
||||
> **Note**: Make sure your certificate data has the correct formatting in the values file.
|
||||
|
||||
## Manage certficate secrets outside of helm
|
||||
## Manage certificate secrets outside of helm
|
||||
|
||||
1. Ensure the certificate secret exist before installation of this chart.
|
||||
2. Set the name of the certficate secret in `ssl.secret`.
|
||||
2. Set the name of the certificate secret in `ssl.secret`.
|
||||
3. Make sure there are no entries underneath `ssl.certificates`.
|
||||
|
||||
To manually create the certificate secret from local files you can execute:
|
||||
@@ -168,4 +168,4 @@ kubectl create secret generic mysql-ssl-certs \
|
||||
--from-file=server-cert.pem=./ssl/server-public-key.pem \
|
||||
--from-file=server-key.pem=./ssl/server-private-key.pem
|
||||
```
|
||||
> **Note**: `ca.pem`, `server-cert.pem`, and `server-key.pem` **must** be used as the key names in this generic secret.
|
||||
> **Note**: `ca.pem`, `server-cert.pem`, and `server-key.pem` **must** be used as the key names in this generic secret.
|
||||
|
||||
Reference in New Issue
Block a user