Skip to content

Commit

Permalink
Merge pull request #54 from namelessvoid/master
Browse files Browse the repository at this point in the history
Add documentation on how to pass CloudSQL Proxy extraArgs
  • Loading branch information
rimusz authored Aug 4, 2019
2 parents 1087358 + 4988ee9 commit 5be865e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/gcloud-sqlproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ maintainers:
name: gcloud-sqlproxy
sources:
- https://github.com/rimusz/charts
version: 0.14.0
version: 0.14.1
5 changes: 4 additions & 1 deletion stable/gcloud-sqlproxy/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# GCP SQL Proxy

[sql-proxy](https://cloud.google.com/sql/docs/postgres/sql-proxy) The Cloud SQL Proxy provides secure access to your Cloud SQL Postgres/MySQL instances without having to whitelist IP addresses or configure SSL.
Expand Down Expand Up @@ -84,6 +85,8 @@ The following table lists the configurable parameters of the `gcloud-sqlproxy` c

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.

The `extraArgs` can be provided via dot notation, e.g. `--set extraArgs.log_debug_stdout=true` passes `--log_debug_stdout=false` to the SQL Proxy command.

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

```console
Expand Down Expand Up @@ -111,4 +114,4 @@ E.g. service `gcloud-sqlproxy-gcloud-sqlproxy` will now show up as `gcloud-sqlpr

**From < 0.11.0 to >= 0.11.0**

Please note, as of `0.11.0` recommended labels are used. Please take into anything that may target your release's objects via labels.
Please note, as of `0.11.0` recommended labels are used. Please take into anything that may target your release's objects via labels.

0 comments on commit 5be865e

Please sign in to comment.