Skip to content

Commit

Permalink
Fixing issue where jobs do not complete on istio enabled cluster (#8442
Browse files Browse the repository at this point in the history
…) (#8450)
  • Loading branch information
AceHack authored Jun 24, 2020
1 parent 4eab87b commit caa4d03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/post-install/default-domain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ metadata:
spec:
template:
metadata:
annotations:
sidecar.istio.io/inject: "false"
labels:
app: "default-domain"
spec:
Expand Down
2 changes: 2 additions & 0 deletions config/post-install/storage-version-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ spec:
backoffLimit: 10
template:
metadata:
annotations:
sidecar.istio.io/inject: "false"
labels:
app: "storage-version-migration"
spec:
Expand Down

0 comments on commit caa4d03

Please sign in to comment.