From 4dcb36ec53fea68e012bdb4bad8373b0001b38a4 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Thu, 16 Feb 2023 18:05:20 +0100 Subject: [5GBULKPM] Make Test compatible with nonTLS setup Simplify the test to test the DFC an pm-mapper. This test now requires DFC and pm-mapper to be deployed Issue-ID: OOM-3100 Signed-off-by: Andreas Geissler Change-Id: I2fe3b3b10e5fc68fe13e0d6c9455d48964e0d7e1 --- robot/assets/helm/pm-https-server/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'robot/assets/helm/pm-https-server/templates/deployment.yaml') 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 }} -- cgit 1.2.3-korg