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

Commit 69b6bfd

Browse files
committed
Acutally set istio inject to false
1 parent f298d1c commit 69b6bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/controllers/execution/scans/scan_reconciler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ func (r *ScanReconciler) constructJobForScan(scan *executionv1.Scan, scanType *e
173173
}
174174
podAnnotations["experimental.securecodebox.io/job-type"] = "scanner"
175175
// Ensuring that istio doesn't inject a sidecar proxy.
176-
podAnnotations["sidecar.istio.io/inject"] = "true"
176+
podAnnotations["sidecar.istio.io/inject"] = "false"
177177
job.Spec.Template.Annotations = podAnnotations
178178

179179
job.Spec.Template.Spec.ServiceAccountName = "lurcher"

0 commit comments

Comments
 (0)