Typo fix in gcloud-sqlproxy/README.md:"on on"->"on" (#5197)

* Add version for gcloud-sqlproxy

version: 0.3.3

* Typo fix in gcloud-sqlproxy/README.md:"on on"->"on"

Typo fix in gcloud-sqlproxy/README.md:"on on"->"on"
This commit is contained in:
AdamDang
2018-04-30 12:08:17 -07:00
committed by k8s-ci-robot
parent fd721627b7
commit 7dde50dbee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: gcloud-sqlproxy
version: 0.3.2
version: 0.3.3
appVersion: 1.11
description: Google Cloud SQL Proxy
keywords:
+1 -1
View File
@@ -35,7 +35,7 @@ $ helm upgrade pg-sqlproxy stable/gcloud-sqlproxy --namespace sqlproxy \
Replace Postgres/MySQL host with: if access is from the same namespace with `pg-sqlproxy-gcloud-sqlproxy` or if it is from a different namespace with `pg-sqlproxy-gcloud-sqlproxy.sqlproxy`, the rest database connections settings do not have to be changed.
> **Tip**: List all releases using `helm list`
> **Tip**: If you encounter a YAML parse error on on `gcloud-sqlproxy/templates/secrets.yaml`, you might need to set `-w 0` option to `base64` command.
> **Tip**: If you encounter a YAML parse error on `gcloud-sqlproxy/templates/secrets.yaml`, you might need to set `-w 0` option to `base64` command.
> **Tip**: If you are using a MySQL instance, you may want to replace `pg-sqlproxy` with `mysql-sqlproxy` and `5432` with `3306`.
## Uninstalling the Chart