Skip to content

Commit

Permalink
Missing parameters added (#841)
Browse files Browse the repository at this point in the history
missing parameters
  • Loading branch information
jaroslaw-pieszka authored Jun 12, 2024
1 parent e1e7cda commit d327187
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/keb/templates/migrator-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ spec:
{{- if .Values.global.database.cloudsqlproxy.workloadIdentity.enabled }}
command: ["/cloud-sql-proxy",
"{{ .Values.global.database.managedGCP.instanceConnectionName }}",
"--exit-zero-on-sigterm",
"--private-ip"]
{{- else }}
command:
Expand Down
2 changes: 2 additions & 0 deletions resources/keb/templates/subaccount-cleanup-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,13 @@ spec:
{{- if .Values.global.database.cloudsqlproxy.workloadIdentity.enabled }}
command: ["/cloud-sql-proxy",
"{{ .Values.global.database.managedGCP.instanceConnectionName }}",
"--exit-zero-on-sigterm",
"--private-ip"]
{{- else }}
command: ["/cloud-sql-proxy",
"{{ .Values.global.database.managedGCP.instanceConnectionName }}",
"--private-ip",
"--exit-zero-on-sigterm",
"--credentials-file=/secrets/cloudsql-instance-credentials/credentials.json"]
volumeMounts:
- name: cloudsql-instance-credentials
Expand Down

0 comments on commit d327187

Please sign in to comment.