aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets
diff options
context:
space:
mode:
Diffstat (limited to 'robot/assets')
-rw-r--r--robot/assets/helm/pm-https-server/templates/deployment.yaml2
-rw-r--r--robot/assets/helm/sftp/templates/deployment.yaml2
2 files changed, 4 insertions, 0 deletions
diff --git a/robot/assets/helm/pm-https-server/templates/deployment.yaml b/robot/assets/helm/pm-https-server/templates/deployment.yaml
index dc00607a..780ff1a4 100644
--- a/robot/assets/helm/pm-https-server/templates/deployment.yaml
+++ b/robot/assets/helm/pm-https-server/templates/deployment.yaml
@@ -13,6 +13,8 @@ spec:
metadata:
labels:
{{ include "pmhttpsserver.selectorLabels" . | nindent 8 }}
+ annotations:
+ sidecar.istio.io/inject: "false"
spec:
containers:
- name: {{ .Chart.Name }}
diff --git a/robot/assets/helm/sftp/templates/deployment.yaml b/robot/assets/helm/sftp/templates/deployment.yaml
index 53fc0b12..59f25f34 100644
--- a/robot/assets/helm/sftp/templates/deployment.yaml
+++ b/robot/assets/helm/sftp/templates/deployment.yaml
@@ -14,6 +14,8 @@ spec:
metadata:
labels:
{{ include "sftp.selectorLabels" . | nindent 8 }}
+ annotations:
+ sidecar.istio.io/inject: "false"
spec:
containers:
- name: {{ .Values.fullnameOverride }}