I set this spec [1] in grafana deployment to Istio-system namespace which doesn’t have label " istio-injection=enabled". My understanding is that by adding sidecar.istio.io/inject: “true” to deployment, Istio would automatically inject sidecars; however, I only see grafana container from the grafana pod. Am I missing something here?
[1]
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: grafana
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
annotations:
prometheus.io/scrape: "true"
sidecar.istio.io/inject: "true"
creationTimestamp: null
labels:
app: grafana
chart: grafana
heritage: Tiller
release: istio