Skip to content

Commit

Permalink
feat[prerequisites]: serviceAccount for gcloud-sqlproxy (#458)
Browse files Browse the repository at this point in the history
To be able to use the GCloud SQL Proxy with IAM authentication we want
to specify a certain serviceAccount that has the needed IAM permissions
  • Loading branch information
norman-zon authored Jun 6, 2024
1 parent 6ec58b3 commit 362671f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/prerequisites/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ gcloud-sqlproxy:
existingSecret: ""
# The key in the existing secret that stores the credentials
existingSecretKey: ""
## the name of the ServiceAccount to be used
serviceAccountName: ""
# SQL connection settings
cloudsql:
# MySQL instances:
Expand Down

0 comments on commit 362671f

Please sign in to comment.