diff --git a/stable/mysql/Chart.yaml b/stable/mysql/Chart.yaml index 8147481d9f..debc0204c8 100644 --- a/stable/mysql/Chart.yaml +++ b/stable/mysql/Chart.yaml @@ -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. diff --git a/stable/mysql/README.md b/stable/mysql/README.md index 6784401b94..00a2392023 100644 --- a/stable/mysql/README.md +++ b/stable/mysql/README.md @@ -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. \ No newline at end of file +> **Note**: `ca.pem`, `server-cert.pem`, and `server-key.pem` **must** be used as the key names in this generic secret.