Add sidecar.istio.io/inject: "false" label to all pods

This commit is contained in:
M. Mert Yildiran 2023-07-30 02:50:30 +03:00
parent acaa29f8eb
commit 45bfebc956
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461
3 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ metadata:
creationTimestamp: null
labels:
app: kubeshark-hub
sidecar.istio.io/inject: "false"
{{- if .Values.tap.labels }}
{{- toYaml .Values.tap.labels | nindent 4 }}
{{- end }}

View File

@ -5,6 +5,7 @@ metadata:
creationTimestamp: null
labels:
app: kubeshark-front
sidecar.istio.io/inject: "false"
{{- if .Values.tap.labels }}
{{- toYaml .Values.tap.labels | nindent 4 }}
{{- end }}

View File

@ -5,6 +5,7 @@ metadata:
creationTimestamp: null
labels:
app: kubeshark-worker-daemon-set
sidecar.istio.io/inject: "false"
{{- if .Values.tap.labels }}
{{- toYaml .Values.tap.labels | nindent 4 }}
{{- end }}