Skip to content

Commit 3d0244d

Browse files
authored
Inject Istio sidecar for JobSink (#3351)
Signed-off-by: Pierangelo Di Pilato <[email protected]>
1 parent 9abf38c commit 3d0244d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hack/lib/serverless.bash

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,12 @@ spec:
270270
sidecar.istio.io/logLevel: "debug"
271271
sidecar.istio.io/rewriteAppHTTPProbers: "true"
272272
name: imc-dispatcher
273+
- labels:
274+
sidecar.istio.io/inject: "true"
275+
annotations:
276+
sidecar.istio.io/logLevel: "debug"
277+
sidecar.istio.io/rewriteAppHTTPProbers: "true"
278+
name: job-sink
273279
EOF
274280

275281
yq merge --inplace --arrays append "$custom_resource" "$istio_patch"

0 commit comments

Comments
 (0)