Skip to content

Commit

Permalink
Corrected migrator yaml (#838)
Browse files Browse the repository at this point in the history
corrected migrator yaml
  • Loading branch information
jaroslaw-pieszka authored Jun 12, 2024
1 parent 9149838 commit 8352a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/keb/templates/migrator-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
- "/cloud-sql-proxy"
- "{{ .Values.global.database.managedGCP.instanceConnectionName }}"
- "--private-ip"
- "--exit-zero-on-sigterm",
- "--exit-zero-on-sigterm"
- "--credentials-file=/secrets/cloudsql-instance-credentials/credentials.json"
volumeMounts:
- name: cloudsql-instance-credentials
Expand Down

0 comments on commit 8352a2b

Please sign in to comment.