diff options
Diffstat (limited to 'robot/assets/helm/pm-https-server/templates/deployment.yaml')
-rw-r--r-- | robot/assets/helm/pm-https-server/templates/deployment.yaml | 2 |
1 files changed, 2 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 }} |