Skip to content

Commit

Permalink
Disabling istio sidecar for the patch pod
Browse files Browse the repository at this point in the history
  • Loading branch information
sekka1 committed Oct 8, 2021
1 parent c2f2433 commit 1c1c2d8
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ grafana:
type: loki
url: http://loki-stack:3100
version: 1

# Istio changes to not add the istio sidecar to the prometheus operator's addmission webhook patch
prometheusOperator:
admissionWebhooks:
patch:
podAnnotations:
sidecar.istio.io/inject: "false"

0 comments on commit 1c1c2d8

Please sign in to comment.