diff --git a/artifacts/loadtester/deployment.yaml b/artifacts/loadtester/deployment.yaml index 8c3664dc8..f4a44620d 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