Skip to content

Commit

Permalink
Use istio inject label
Browse files Browse the repository at this point in the history
Ref: knative/eventing#8204

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
  • Loading branch information
pierDipi authored and matzew committed Sep 27, 2024
1 parent f786a9c commit df2ddf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ spec:
labels:
app: kafka-controller-post-install
app.kubernetes.io/version: devel
sidecar.istio.io/inject: "false"
annotations:
sidecar.istio.io/inject: "false"
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ spec:
labels:
app: "knative-kafka-storage-version-migrator"
app.kubernetes.io/version: devel
sidecar.istio.io/inject: "false"
annotations:
sidecar.istio.io/inject: "false"
spec:
Expand Down
1 change: 1 addition & 0 deletions test/config/monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ spec:
metadata:
labels:
app: zipkin
sidecar.istio.io/inject: "false"
annotations:
sidecar.istio.io/inject: "false"
spec:
Expand Down

0 comments on commit df2ddf2

Please sign in to comment.