Skip to content

Commit

Permalink
Disable istio sidecar injection
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jun 19, 2024
1 parent f69626a commit 1758d8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions k8s/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ spec:
restartPolicy: OnFailure
imagePullSecrets:
- name: osuakatsuki-registry-secret
metadata:
annotations:
sidecar.istio.io/inject: "false"

0 comments on commit 1758d8e

Please sign in to comment.