From 2d6b8ecfdff812d76ac5693c2c1782602124bb45 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Fri, 19 Apr 2019 13:02:20 +0300 Subject: [PATCH] Disable bats in load tester artifacts --- artifacts/loadtester/deployment.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/artifacts/loadtester/deployment.yaml b/artifacts/loadtester/deployment.yaml index 8c3664dc..f4a44620 100644 --- a/artifacts/loadtester/deployment.yaml +++ b/artifacts/loadtester/deployment.yaml @@ -57,11 +57,11 @@ spec: securityContext: readOnlyRootFilesystem: true runAsUser: 10001 - volumeMounts: - - name: tests - mountPath: /bats - readOnly: true - volumes: - - name: tests - configMap: - name: flagger-loadtester-bats \ No newline at end of file +# volumeMounts: +# - name: tests +# mountPath: /bats +# readOnly: true +# volumes: +# - name: tests +# configMap: +# name: flagger-loadtester-bats \ No newline at end of file