diff --git a/charts/thin/templates/fuse/daemonset.yaml b/charts/thin/templates/fuse/daemonset.yaml index cec31814690..fd9a5dfb4c1 100644 --- a/charts/thin/templates/fuse/daemonset.yaml +++ b/charts/thin/templates/fuse/daemonset.yaml @@ -32,6 +32,7 @@ spec: annotations: sidecar.istio.io/inject: "false" labels: + sidecar.istio.io/inject: "false" app: {{ template "thin.name" . }} chart: {{ template "thin.chart" . }} release: {{ .Release.Name }} diff --git a/charts/thin/templates/worker/statefuleset.yaml b/charts/thin/templates/worker/statefuleset.yaml index 43e58285128..f3e28923fa1 100644 --- a/charts/thin/templates/worker/statefuleset.yaml +++ b/charts/thin/templates/worker/statefuleset.yaml @@ -35,6 +35,7 @@ spec: annotations: sidecar.istio.io/inject: "false" labels: + sidecar.istio.io/inject: "false" app: {{ template "thin.name" . }} chart: {{ template "thin.chart" . }} release: {{ .Release.Name }}