Skip to content

Commit

Permalink
Disable Istio Injection (#328) (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus authored Oct 28, 2024
1 parent d276802 commit 36546ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ spec:
app.kubernetes.io/component: {{ .Chart.Name }}
app.kubernetes.io/part-of: {{ .Values.global.name }}
app.kubernetes.io/managed-by: Helm
annotations:
sidecar.istio.io/inject: "false"
spec:
serviceAccountName: {{ .Chart.Name }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ spec:
app.kubernetes.io/component: {{ .Chart.Name }}
app.kubernetes.io/part-of: {{ .Values.global.name }}
app.kubernetes.io/managed-by: Helm
annotations:
sidecar.istio.io/inject: "false"
spec:
serviceAccountName: {{ .Chart.Name }}
Expand Down

0 comments on commit 36546ff

Please sign in to comment.