Skip to content

Commit

Permalink
cloudsql support
Browse files Browse the repository at this point in the history
  • Loading branch information
d-g-town committed Mar 11, 2024
1 parent 86344da commit e1861ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/web/templates/deployment-blue-green.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ spec:
{{ if $.Values.cloudsql.enabled }}
- name: "sidecar-volume-{{ include "docker-template.fullname" $ }}"
secret:
secretName: "cloudsql-secret-{{ include "docker-template.fullname" $ }}"
secretName: "{{ include "cloudsql.serviceAccountJSONSecret" $ }}"
{{ end }}
{{ if $.Values.pvc.enabled }}
- name: "{{ include "docker-template.fullname" . }}-storage"
Expand Down

0 comments on commit e1861ba

Please sign in to comment.