Skip to content

Commit

Permalink
Merge pull request #1227 from porter-dev/dgtown/cloudsql
Browse files Browse the repository at this point in the history
fix typo and retrigger push
  • Loading branch information
portersupport authored Mar 12, 2024
2 parents 1811c33 + 0f6d37d commit cee925d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion applications/job/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Create the name of the service account to use
{{- end }}

{{/*
Name of the service account json secret to use with the CloudSQL proxuy
Name of the service account json secret to use with the CloudSQL proxy
*/}}
{{- define "cloudsql.serviceAccountJSONSecret" -}}
{{- default (printf "cloudsql-secret-%s" (include "docker-template.fullname" .)) .Values.cloudsql.serviceAccountJSONSecret }}
Expand Down
2 changes: 1 addition & 1 deletion applications/web/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Create the name of the service account to use
{{- end }}
{{/*
Name of the service account json secret to use with the CloudSQL proxuy
Name of the service account json secret to use with the CloudSQL proxy
*/}}
{{- define "cloudsql.serviceAccountJSONSecret" -}}
{{- default (printf "cloudsql-secret-%s" (include "docker-template.fullname" .)) .Values.cloudsql.serviceAccountJSONSecret }}
Expand Down
2 changes: 1 addition & 1 deletion applications/worker/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Create the name of the service account to use
{{- end }}

{{/*
Name of the service account json secret to use with the CloudSQL proxuy
Name of the service account json secret to use with the CloudSQL proxy
*/}}
{{- define "cloudsql.serviceAccountJSONSecret" -}}
{{- default (printf "cloudsql-secret-%s" (include "docker-template.fullname" .)) .Values.cloudsql.serviceAccountJSONSecret }}
Expand Down

0 comments on commit cee925d

Please sign in to comment.