Skip to content

Commit

Permalink
Making base64 command OS agnostic in README
Browse files Browse the repository at this point in the history
  • Loading branch information
naseemkullah committed Jan 29, 2019
1 parent b9166d5 commit c40c229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/gcloud-sqlproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Install from remote URL with the release name `pg-sqlproxy` into namespace `sqlp

```console
$ helm upgrade pg-sqlproxy rimusz/gcloud-sqlproxy --namespace sqlproxy \
--set serviceAccountKey="$(cat service-account.json | base64)" \
--set serviceAccountKey="$(cat service-account.json | base64 | tr -d '\n')" \
--set cloudsql.instances[0].instance=INSTANCE \
--set cloudsql.instances[0].project=PROJECT \
--set cloudsql.instances[0].region=REGION \
Expand Down

0 comments on commit c40c229

Please sign in to comment.