Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Acutally set istio inject to false
Browse files Browse the repository at this point in the history
  • Loading branch information
J12934 committed Sep 29, 2020
1 parent f298d1c commit 69b6bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/controllers/execution/scans/scan_reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func (r *ScanReconciler) constructJobForScan(scan *executionv1.Scan, scanType *e
}
podAnnotations["experimental.securecodebox.io/job-type"] = "scanner"
// Ensuring that istio doesn't inject a sidecar proxy.
podAnnotations["sidecar.istio.io/inject"] = "true"
podAnnotations["sidecar.istio.io/inject"] = "false"
job.Spec.Template.Annotations = podAnnotations

job.Spec.Template.Spec.ServiceAccountName = "lurcher"
Expand Down

0 comments on commit 69b6bfd

Please sign in to comment.