[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:
AdamDang
2018-04-30 12:57:17 -07:00
committed by k8s-ci-robot
parent f502b32c35
commit 6bf9bbc079
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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.
+3 -3
View File
@@ -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.