diff --git a/charts/juicefs/templates/fuse/daemonset.yaml b/charts/juicefs/templates/fuse/daemonset.yaml index 3a190fdadd7..3734ffb8281 100644 --- a/charts/juicefs/templates/fuse/daemonset.yaml +++ b/charts/juicefs/templates/fuse/daemonset.yaml @@ -39,6 +39,7 @@ spec: {{- end }} {{- end }} labels: + sidecar.istio.io/inject: "false" app: {{ template "juicefs.name" . }} chart: {{ template "juicefs.chart" . }} release: {{ .Release.Name }} diff --git a/charts/juicefs/templates/worker/statefulset.yaml b/charts/juicefs/templates/worker/statefulset.yaml index 78735ce26ea..9eb09833ce7 100644 --- a/charts/juicefs/templates/worker/statefulset.yaml +++ b/charts/juicefs/templates/worker/statefulset.yaml @@ -42,6 +42,7 @@ spec: {{- end }} {{- end }} labels: + sidecar.istio.io/inject: "false" app: {{ template "juicefs.name" . }} chart: {{ template "juicefs.chart" . }} release: {{ .Release.Name }}