diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-02-16 18:05:20 +0100 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-02-16 18:05:16 +0000 |
commit | 4dcb36ec53fea68e012bdb4bad8373b0001b38a4 (patch) | |
tree | 961acf1d807726c02f05bcb10fd1004b87fe2c1d /robot/assets | |
parent | e37a0bd9b7699af816bd539b8ba44520da4c5dd2 (diff) |
[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 <andreas-geissler@telekom.de>
Change-Id: I2fe3b3b10e5fc68fe13e0d6c9455d48964e0d7e1
Diffstat (limited to 'robot/assets')
-rw-r--r-- | robot/assets/helm/pm-https-server/templates/deployment.yaml | 2 | ||||
-rw-r--r-- | robot/assets/helm/sftp/templates/deployment.yaml | 2 |
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 }} |