Skip to content

Commit

Permalink
fix(#28): istio sidecar prevents job from connecting to db
Browse files Browse the repository at this point in the history
  • Loading branch information
saylerb committed Apr 24, 2024
1 parent 061f496 commit 43cbe33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/lab-api-teams-chart/templates/migrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ metadata:
"helm.sh/hook-delete-policy": before-hook-creation
spec:
template:
metadata:
annotations:
sidecar.istio.io/inject: "false"
spec:
containers:
- name: migrate
Expand Down

0 comments on commit 43cbe33

Please sign in to comment.