Skip to content

Commit cee925d

Browse files
Merge pull request #1227 from porter-dev/dgtown/cloudsql
fix typo and retrigger push
2 parents 1811c33 + 0f6d37d commit cee925d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

applications/job/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Create the name of the service account to use
7070
{{- end }}
7171

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

applications/web/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Create the name of the service account to use
7070
{{- end }}
7171
7272
{{/*
73-
Name of the service account json secret to use with the CloudSQL proxuy
73+
Name of the service account json secret to use with the CloudSQL proxy
7474
*/}}
7575
{{- define "cloudsql.serviceAccountJSONSecret" -}}
7676
{{- default (printf "cloudsql-secret-%s" (include "docker-template.fullname" .)) .Values.cloudsql.serviceAccountJSONSecret }}

applications/worker/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Create the name of the service account to use
6363
{{- end }}
6464

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

0 commit comments

Comments
 (0)