mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-10 12:53:37 +00:00
⚡ Add sidecar.istio.io/inject: "false"
label to all pods
This commit is contained in:
parent
acaa29f8eb
commit
45bfebc956
@ -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 }}
|
||||
|
@ -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 }}
|
||||
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user